#33CC4D

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

Shades of Lime Green #33CC4D

Tints of Lime Green #33CC4D

Color information

#33CC4D (or 0x33CC4D) is unknown color: approx Lime Green. HEX triplet: 33, CC and 4D. RGB value is (51,204,77). Sum of RGB (Red+Green+Blue) = 51+204+77=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 204 (80.08% from 255 or 61.45% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33CC4D is #CC33B2. Grayscale: #909090. Windows color (decimal): -13382579 or 5098547. OLE color: 5098547.

HSL color Cylindrical-coordinate representation of color #33CC4D: hue angle of 130.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CC4D is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB5120477-
CMYK0.7500.620.2
HSL130.2º60%50%-
HSV(B)130.2º75%80%-
XYZ24.344.4314.32-
YUV143.7790.3161.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.36%
GREEN value IS 204 (80.08% from 255) = 61.45%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=15.36%
G=61.45%
B=23.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51204770.7500.620.2130.26050
Hex33CC4D4B03E14823c32
Octal63314115113076242027462
Binary110011110011001001101100101101111101010010000010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,204,77); }

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

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

 a { background-color: rgb(51,204,77); }

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

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

 span { border-color: rgb(51,204,77); }

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