Html Css Color HEX #55EF34 Lime Green

📋 copy color: '#55EF34'

red 85 ◦ green 239 ◦ blue 52

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

Shades of Lime Green #55EF34

Tints of Lime Green #55EF34

RGB

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

 GREEN value IS 239 (93.75% from 255) = 63.56%

 BLUE value IS 52 (20.7% from 255) = 13.83%

R = 22.61%
G = 63.56%
B = 13.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#55EF34 (or 0x55EF34) is known color: Lime Green. HEX triplet: 55, EF and 34. RGB value is (85,239,52). Sum of RGB (Red+Green+Blue) = 85+239+52=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 239 (93.75% from 255 or 63.56% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 239 - color contains mainly: green. Hex color #55EF34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EF34 is #AA10CB. Grayscale: #ACACAC. Windows color (decimal): -11145420 or 3469141. OLE color: 3469141.

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

Color convert

RGB 85 239 52 -
CMYK 0.64 0 0.78 0.06
HSL 109.41º 0.85% 0.57% -
HSV(B) 109.41º 0.78% 0.94% -
XYZ 35.23 63.91 13.73 -
YUV 171.64 60.48 66.21 -
System Red Green Blue C M Y K H S L
Decimal 85 239 52 0.64 0 0.78 0.06 109.41 0.85 0.57
Hex 55 EF 34 40 0 4E 6 6D 55 39
Octal 125 357 64 100 0 116 6 155 125 71
Binary 1010101 11101111 110100 1000000 0 1001110 110 1101101 1010101 111001

Color Harmonies of #55EF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EF34

Black with #55EF34

Text Example


Text Example

White with #55EF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,239,52); }

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

background-color css

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

 a { background-color: rgb(85,239,52); }

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

border-color css

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

 span { border-color: rgb(85,239,52); }

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