#55D933

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

Shades of Lime Green #55D933

Tints of Lime Green #55D933

Color information

#55D933 (or 0x55D933) is unknown color: approx Lime Green. HEX triplet: 55, D9 and 33. RGB value is (85,217,51). Sum of RGB (Red+Green+Blue) = 85+217+51=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 217 (85.16% from 255 or 61.47% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 217 - color contains mainly: green. Hex color #55D933 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D933 is #AA26CC. Grayscale: #9F9F9F. Windows color (decimal): -11151053 or 3397973. OLE color: 3397973.

HSL color Cylindrical-coordinate representation of color #55D933: hue angle of 107.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55D933 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB8521751-
CMYK0.6100.760.15
HSL107.71º68.6%52.55%-
HSV(B)107.71º76.5%85.1%-
XYZ29.1651.811.59-
YUV158.6167.2775.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 217 (85.16% from 255) = 61.47%
BLUE value IS 51 (20.31% from 255) = 14.45%
R=24.08%
G=61.47%
B=14.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85217510.6100.760.15107.7168.652.55
Hex55D9333D04CF6c4535
Octal125331637501141715410565
Binary10101011101100111001111110101001100111111011001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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