#55F233

Color #55F233 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #55F233

Tints of Lime Green #55F233

Color information

#55F233 (or 0x55F233) is unknown color: approx Lime Green. HEX triplet: 55, F2 and 33. RGB value is (85,242,51). Sum of RGB (Red+Green+Blue) = 85+242+51=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 242 (94.92% from 255 or 64.02% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 242 - color contains mainly: green. Hex color #55F233 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F233 is #AA0DCC. Grayscale: #ADADAD. Windows color (decimal): -11144653 or 3404373. OLE color: 3404373.

HSL color Cylindrical-coordinate representation of color #55F233: hue angle of 109.32º 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 #55F233 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB8524251-
CMYK0.6500.790.05
HSL109.32º88.02%57.45%-
HSV(B)109.32º78.93%94.9%-
XYZ36.165.6713.91-
YUV173.2858.9965.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 242 (94.92% from 255) = 64.02%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=22.49%
G=64.02%
B=13.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal85242510.6500.790.05109.3288.0257.45
Hex55F2334104F56d5839
Octal125362631010117515513071
Binary10101011111001011001110000010100111110111011011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55F233;
 }
 .AnyTagClassName
 {
   color: #55F233;
 }
</style>
background-color css

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

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

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

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

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

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