#33D940

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

Shades of Lime Green #33D940

Tints of Lime Green #33D940

Color information

#33D940 (or 0x33D940) is unknown color: approx Lime Green. HEX triplet: 33, D9 and 40. RGB value is (51,217,64). Sum of RGB (Red+Green+Blue) = 51+217+64=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 217 (85.16% from 255 or 65.36% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 217 - color contains mainly: green. Hex color #33D940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D940 is #CC26BF. Grayscale: #969696. Windows color (decimal): -13379264 or 4249907. OLE color: 4249907.

HSL color Cylindrical-coordinate representation of color #33D940: hue angle of 124.7º 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 #33D940 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB5121764-
CMYK0.7600.710.15
HSL124.7º68.6%52.55%-
HSV(B)124.7º76.5%85.1%-
XYZ27.150.713.21-
YUV149.9279.557.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.36%
GREEN value IS 217 (85.16% from 255) = 65.36%
BLUE value IS 64 (25.39% from 255) = 19.28%
R=15.36%
G=65.36%
B=19.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51217640.7600.710.15124.768.652.55
Hex33D9404C047F7d4535
Octal6333110011401071717510565
Binary110011110110011000000100110001000111111111111011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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