Html Css Color HEX #55EE33 Lime Green

📋 copy color: '#55EE33'

red 85 ◦ green 238 ◦ blue 51

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

Shades of Lime Green #55EE33

Tints of Lime Green #55EE33

RGB

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

 GREEN value IS 238 (93.36% from 255) = 63.64%

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

R = 22.73%
G = 63.64%
B = 13.64%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#55EE33 (or 0x55EE33) is known color: Lime Green. HEX triplet: 55, EE and 33. RGB value is (85,238,51). Sum of RGB (Red+Green+Blue) = 85+238+51=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 238 (93.36% from 255 or 63.64% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 238 - color contains mainly: green. Hex color #55EE33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EE33 is #AA11CC. Grayscale: #ABABAB. Windows color (decimal): -11145677 or 3403349. OLE color: 3403349.

HSL color Cylindrical-coordinate representation of color #55EE33: hue angle of 109.09º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55EE33 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 238 51 -
CMYK 0.64 0 0.79 0.07
HSL 109.09º 0.85% 0.57% -
HSV(B) 109.09º 0.79% 0.93% -
XYZ 34.92 63.32 13.51 -
YUV 170.94 60.31 66.71 -
System Red Green Blue C M Y K H S L
Decimal 85 238 51 0.64 0 0.79 0.07 109.09 0.85 0.57
Hex 55 EE 33 40 0 4F 7 6D 55 39
Octal 125 356 63 100 0 117 7 155 125 71
Binary 1010101 11101110 110011 1000000 0 1001111 111 1101101 1010101 111001

Color Harmonies of #55EE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EE33

Black with #55EE33

Text Example


Text Example

White with #55EE33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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