Html Css Color HEX #55DF31 Lime Green

📋 copy color: '#55DF31'

red 85 ◦ green 223 ◦ blue 49

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

Shades of Lime Green #55DF31

Tints of Lime Green #55DF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 23.81%
G = 62.46%
B = 13.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#55DF31 (or 0x55DF31) is known color: Lime Green. HEX triplet: 55, DF and 31. RGB value is (85,223,49). Sum of RGB (Red+Green+Blue) = 85+223+49=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 223 (87.5% from 255 or 62.46% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DF31 is #AA20CE. Grayscale: #A2A2A2. Windows color (decimal): -11149519 or 3268437. OLE color: 3268437.

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

Color convert

RGB 85 223 49 -
CMYK 0.62 0 0.78 0.13
HSL 107.59º 0.73% 0.53% -
HSV(B) 107.59º 0.78% 0.87% -
XYZ 30.69 54.93 11.89 -
YUV 161.9 64.28 73.15 -
System Red Green Blue C M Y K H S L
Decimal 85 223 49 0.62 0 0.78 0.13 107.59 0.73 0.53
Hex 55 DF 31 3E 0 4E D 6C 49 35
Octal 125 337 61 76 0 116 15 154 111 65
Binary 1010101 11011111 110001 111110 0 1001110 1101 1101100 1001001 110101

Color Harmonies of #55DF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DF31

Black with #55DF31

Text Example


Text Example

White with #55DF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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