#33D64C

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

Shades of Lime Green #33D64C

Tints of Lime Green #33D64C

Color information

#33D64C (or 0x33D64C) is unknown color: approx Lime Green. HEX triplet: 33, D6 and 4C. RGB value is (51,214,76). Sum of RGB (Red+Green+Blue) = 51+214+76=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 214 (83.98% from 255 or 62.76% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 214 - color contains mainly: green. Hex color #33D64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D64C is #CC29B3. Grayscale: #959595. Windows color (decimal): -13380020 or 5035571. OLE color: 5035571.

HSL color Cylindrical-coordinate representation of color #33D64C: hue angle of 129.2º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D64C is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB5121476-
CMYK0.7600.640.16
HSL129.2º66.53%51.96%-
HSV(B)129.2º76.17%83.92%-
XYZ26.7249.3214.95-
YUV149.5386.557.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.96%
GREEN value IS 214 (83.98% from 255) = 62.76%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=14.96%
G=62.76%
B=22.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal51214760.7600.640.16129.266.5351.96
Hex33D64C4C04010814334
Octal6332611411401002020110364
Binary11001111010110100110010011000100000010000100000011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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