#33d11e

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

Shades of Lime Green #33D11E

Tints of Lime Green #33D11E

Color information

#33D11E (or 0x33D11E) is unknown color: approx Lime Green. HEX triplet: 33, D1 and 1E. RGB value is (51,209,30). Sum of RGB (Red+Green+Blue) = 51+209+30=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 209 (82.03% from 255 or 72.07% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 209 - color contains mainly: green. Hex color #33D11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D11E is #CC2EE1. Grayscale: #8D8D8D. Windows color (decimal): -13381346 or 2019635. OLE color: 2019635.

HSL color Cylindrical-coordinate representation of color #33D11E: hue angle of 112.96º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33D11E is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB5120930-
CMYK0.7600.860.18
HSL112.96º74.9%46.86%-
HSV(B)112.96º85.65%81.96%-
XYZ24.446.48.9-
YUV141.3565.1563.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 209 (82.03% from 255) = 72.07%
BLUE value IS 30 (12.11% from 255) = 10.34%
R=17.59%
G=72.07%
B=10.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal51209300.7600.860.18112.9674.946.86
Hex33D11E4C05612714b2f
Octal633213611401262216111357
Binary11001111010001111101001100010101101001011100011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33d11e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,209,30); }

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

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

 a { background-color: rgb(51,209,30); }

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

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

 span { border-color: rgb(51,209,30); }

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