#33F64C

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

Shades of Lime Green #33F64C

Tints of Lime Green #33F64C

Color information

#33F64C (or 0x33F64C) is unknown color: approx Lime Green. HEX triplet: 33, F6 and 4C. RGB value is (51,246,76). Sum of RGB (Red+Green+Blue) = 51+246+76=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 246 (96.48% from 255 or 65.95% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 246 - color contains mainly: green. Hex color #33F64C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F64C is #CC09B3. Grayscale: #A8A8A8. Windows color (decimal): -13371828 or 5043763. OLE color: 5043763.

HSL color Cylindrical-coordinate representation of color #33F64C: hue angle of 127.69º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F64C is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB5124676-
CMYK0.7900.690.04
HSL127.69º91.55%58.24%-
HSV(B)127.69º79.27%96.47%-
XYZ35.6367.1417.92-
YUV168.3175.944.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.67%
GREEN value IS 246 (96.48% from 255) = 65.95%
BLUE value IS 76 (30.08% from 255) = 20.38%
R=13.67%
G=65.95%
B=20.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51246760.7900.690.04127.6991.5558.24
Hex33F64C4F0454805c3a
Octal633661141170105420013472
Binary110011111101101001100100111101000101100100000001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33F64C; }

 p { color: rgb(51,246,76); }

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

<style>
 a { background-color: #33F64C; }

 a { background-color: rgb(51,246,76); }

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

<style>
 span { border-color: #33F64C; }

 span { border-color: rgb(51,246,76); }

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