Html Css Color HEX #55F136 Lime Green

📋 copy color: '#55F136'

red 85 ◦ green 241 ◦ blue 54

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

Shades of Lime Green #55F136

Tints of Lime Green #55F136

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.42%

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

R = 22.37%
G = 63.42%
B = 14.21%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#55F136 (or 0x55F136) is known color: Lime Green. HEX triplet: 55, F1 and 36. RGB value is (85,241,54). Sum of RGB (Red+Green+Blue) = 85+241+54=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #55F136 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F136 is #AA0EC9. Grayscale: #ADADAD. Windows color (decimal): -11144906 or 3600725. OLE color: 3600725.

HSL color Cylindrical-coordinate representation of color #55F136: hue angle of 110.05º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55F136 is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 241 54 -
CMYK 0.65 0 0.78 0.05
HSL 110.05º 0.87% 0.58% -
HSV(B) 110.05º 0.78% 0.95% -
XYZ 35.87 65.11 14.17 -
YUV 173.04 60.82 65.21 -
System Red Green Blue C M Y K H S L
Decimal 85 241 54 0.65 0 0.78 0.05 110.05 0.87 0.58
Hex 55 F1 36 41 0 4E 5 6E 57 3A
Octal 125 361 66 101 0 116 5 156 127 72
Binary 1010101 11110001 110110 1000001 0 1001110 101 1101110 1010111 111010

Color Harmonies of #55F136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F136

Black with #55F136

Text Example


Text Example

White with #55F136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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