#55F335

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

Shades of Lime Green #55F335

Tints of Lime Green #55F335

Color information

#55F335 (or 0x55F335) is unknown color: approx Lime Green. HEX triplet: 55, F3 and 35. RGB value is (85,243,53). Sum of RGB (Red+Green+Blue) = 85+243+53=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 243 (95.31% from 255 or 63.78% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 243 - color contains mainly: green. Hex color #55F335 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F335 is #AA0CCA. Grayscale: #AEAEAE. Windows color (decimal): -11144395 or 3535701. OLE color: 3535701.

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

Color convert

RGB8524353-
CMYK0.6500.780.05
HSL109.89º88.79%58.04%-
HSV(B)109.89º78.19%95.29%-
XYZ36.4466.2914.24-
YUV174.159.6564.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 243 (95.31% from 255) = 63.78%
BLUE value IS 53 (21.09% from 255) = 13.91%
R=22.31%
G=63.78%
B=13.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal85243530.6500.780.05109.8988.7958.04
Hex55F3354104E56e593a
Octal125363651010116515613172
Binary10101011111001111010110000010100111010111011101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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