#33F64A

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

Shades of Lime Green #33F64A

Tints of Lime Green #33F64A

Color information

#33F64A (or 0x33F64A) is unknown color: approx Lime Green. HEX triplet: 33, F6 and 4A. RGB value is (51,246,74). Sum of RGB (Red+Green+Blue) = 51+246+74=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 246 (96.48% from 255 or 66.31% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 246 - color contains mainly: green. Hex color #33F64A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F64A is #CC09B5. Grayscale: #A8A8A8. Windows color (decimal): -13371830 or 4912691. OLE color: 4912691.

HSL color Cylindrical-coordinate representation of color #33F64A: hue angle of 127.08º 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 #33F64A is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB5124674-
CMYK0.7900.700.04
HSL127.08º91.55%58.24%-
HSV(B)127.08º79.27%96.47%-
XYZ35.5667.1117.56-
YUV168.0974.944.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 246 (96.48% from 255) = 66.31%
BLUE value IS 74 (29.30% from 255) = 19.95%
R=13.75%
G=66.31%
B=19.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51246740.7900.700.04127.0891.5558.24
Hex33F64A4F04647f5c3a
Octal633661121170106417713472
Binary11001111110110100101010011110100011010011111111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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