Html Css Color HEX #55F036 Lime Green

📋 copy color: '#55F036'

red 85 ◦ green 240 ◦ blue 54

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

Shades of Lime Green #55F036

Tints of Lime Green #55F036

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.32%

 BLUE value IS 54 (21.48% from 255) = 14.25%

R = 22.43%
G = 63.32%
B = 14.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#55F036 (or 0x55F036) is known color: Lime Green. HEX triplet: 55, F0 and 36. RGB value is (85,240,54). Sum of RGB (Red+Green+Blue) = 85+240+54=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #55F036 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F036 is #AA0FC9. Grayscale: #ADADAD. Windows color (decimal): -11145162 or 3600469. OLE color: 3600469.

HSL color Cylindrical-coordinate representation of color #55F036: hue angle of 110º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55F036 is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 240 54 -
CMYK 0.65 0 0.78 0.06
HSL 110º 0.86% 0.58% -
HSV(B) 110º 0.78% 0.94% -
XYZ 35.57 64.52 14.07 -
YUV 172.45 61.15 65.62 -
System Red Green Blue C M Y K H S L
Decimal 85 240 54 0.65 0 0.78 0.06 110 0.86 0.58
Hex 55 F0 36 41 0 4E 6 6E 56 3A
Octal 125 360 66 101 0 116 6 156 126 72
Binary 1010101 11110000 110110 1000001 0 1001110 110 1101110 1010110 111010

Color Harmonies of #55F036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F036

Black with #55F036

Text Example


Text Example

White with #55F036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,240,54); }

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

background-color css

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

 a { background-color: rgb(85,240,54); }

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

border-color css

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

 span { border-color: rgb(85,240,54); }

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