Html Css Color HEX #55DF33 Lime Green

📋 copy color: '#55DF33'

red 85 ◦ green 223 ◦ blue 51

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

Shades of Lime Green #55DF33

Tints of Lime Green #55DF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.21%

R = 23.68%
G = 62.12%
B = 14.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#55DF33 (or 0x55DF33) is known color: Lime Green. HEX triplet: 55, DF and 33. RGB value is (85,223,51). Sum of RGB (Red+Green+Blue) = 85+223+51=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 223 (87.5% from 255 or 62.12% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DF33 is #AA20CC. Grayscale: #A2A2A2. Windows color (decimal): -11149517 or 3399509. OLE color: 3399509.

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

Color convert

RGB 85 223 51 -
CMYK 0.62 0 0.77 0.13
HSL 108.14º 0.73% 0.54% -
HSV(B) 108.14º 0.77% 0.87% -
XYZ 30.73 54.95 12.12 -
YUV 162.13 65.28 72.99 -
System Red Green Blue C M Y K H S L
Decimal 85 223 51 0.62 0 0.77 0.13 108.14 0.73 0.54
Hex 55 DF 33 3E 0 4D D 6C 49 36
Octal 125 337 63 76 0 115 15 154 111 66
Binary 1010101 11011111 110011 111110 0 1001101 1101 1101100 1001001 110110

Color Harmonies of #55DF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DF33

Black with #55DF33

Text Example


Text Example

White with #55DF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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