#55F330

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

Shades of Lime Green #55F330

Tints of Lime Green #55F330

Color information

#55F330 (or 0x55F330) is unknown color: approx Lime Green. HEX triplet: 55, F3 and 30. RGB value is (85,243,48). Sum of RGB (Red+Green+Blue) = 85+243+48=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 243 (95.31% from 255 or 64.63% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 243 - color contains mainly: green. Hex color #55F330 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F330 is #AA0CCF. Grayscale: #AEAEAE. Windows color (decimal): -11144400 or 3208021. OLE color: 3208021.

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

Color convert

RGB8524348-
CMYK0.6500.800.05
HSL108.62º89.04%57.06%-
HSV(B)108.62º80.25%95.29%-
XYZ36.3366.2513.67-
YUV173.5357.1564.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 243 (95.31% from 255) = 64.63%
BLUE value IS 48 (19.14% from 255) = 12.77%
R=22.61%
G=64.63%
B=12.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal85243480.6500.800.05108.6289.0457.06
Hex55F3304105056d5939
Octal125363601010120515513171
Binary10101011111001111000010000010101000010111011011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,243,48); }

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

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

 a { background-color: rgb(85,243,48); }

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

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

 span { border-color: rgb(85,243,48); }

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