Html Css Color HEX #55DF3A Lime Green

📋 copy color: '#55DF3A'

red 85 ◦ green 223 ◦ blue 58

#55DF3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #55DF3A

Tints of Lime Green #55DF3A

RGB

 RED value IS 85 (33.59% from 255) = 23.22%

 GREEN value IS 223 (87.5% from 255) = 60.93%

 BLUE value IS 58 (23.05% from 255) = 15.85%

R = 23.22%
G = 60.93%
B = 15.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#55DF3A (or 0x55DF3A) is known color: Lime Green. HEX triplet: 55, DF and 3A. RGB value is (85,223,58). Sum of RGB (Red+Green+Blue) = 85+223+58=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 223 (87.5% from 255 or 60.93% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DF3A is #AA20C5. Grayscale: #A3A3A3. Windows color (decimal): -11149510 or 3858261. OLE color: 3858261.

HSL color Cylindrical-coordinate representation of color #55DF3A: hue angle of 110.18º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55DF3A is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 223 58 -
CMYK 0.62 0 0.74 0.13
HSL 110.18º 0.72% 0.55% -
HSV(B) 110.18º 0.74% 0.87% -
XYZ 30.9 55.01 12.99 -
YUV 162.93 68.78 72.42 -
System Red Green Blue C M Y K H S L
Decimal 85 223 58 0.62 0 0.74 0.13 110.18 0.72 0.55
Hex 55 DF 3A 3E 0 4A D 6E 48 37
Octal 125 337 72 76 0 112 15 156 110 67
Binary 1010101 11011111 111010 111110 0 1001010 1101 1101110 1001000 110111

Color Harmonies of #55DF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DF3A

Black with #55DF3A

Text Example


Text Example

White with #55DF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55DF3A; }

 p { color: rgb(85,223,58); }

 H1.HeaderClassName
 {
   color: #55DF3A;
 }
 .AnyTagClassName
 {
   color: #55DF3A;
 }
</style>

background-color css

<style>
 a { background-color: #55DF3A; }

 a { background-color: rgb(85,223,58); }

 div.DivClassName
 {
   background-color: #55DF3A;
 }
 .BgClassName
 {
   background-color: #55DF3A;
 }
</style>

border-color css

<style>
 span { border-color: #55DF3A; }

 span { border-color: rgb(85,223,58); }

 td.TdClassName
 {
   border-color: #55DF3A;
 }
 .TagClassName
 {
   border-color: #55DF3A;
 }
</style>