Html Css Color HEX #55F232 Lime Green

📋 copy color: '#55F232'

red 85 ◦ green 242 ◦ blue 50

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

Shades of Lime Green #55F232

Tints of Lime Green #55F232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.19%

 BLUE value IS 50 (19.92% from 255) = 13.26%

R = 22.55%
G = 64.19%
B = 13.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#55F232 (or 0x55F232) is known color: Lime Green. HEX triplet: 55, F2 and 32. RGB value is (85,242,50). Sum of RGB (Red+Green+Blue) = 85+242+50=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 242 (94.92% from 255 or 64.19% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 242 - color contains mainly: green. Hex color #55F232 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F232 is #AA0DCD. Grayscale: #ADADAD. Windows color (decimal): -11144654 or 3338837. OLE color: 3338837.

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

Color convert

RGB 85 242 50 -
CMYK 0.65 0 0.79 0.05
HSL 109.06º 0.88% 0.57% -
HSV(B) 109.06º 0.79% 0.95% -
XYZ 36.07 65.67 13.79 -
YUV 173.17 58.49 65.11 -
System Red Green Blue C M Y K H S L
Decimal 85 242 50 0.65 0 0.79 0.05 109.06 0.88 0.57
Hex 55 F2 32 41 0 4F 5 6D 58 39
Octal 125 362 62 101 0 117 5 155 130 71
Binary 1010101 11110010 110010 1000001 0 1001111 101 1101101 1011000 111001

Color Harmonies of #55F232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F232

Black with #55F232

Text Example


Text Example

White with #55F232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,242,50); }

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

background-color css

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

 a { background-color: rgb(85,242,50); }

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

border-color css

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

 span { border-color: rgb(85,242,50); }

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