#33DE3D

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

Shades of Lime Green #33DE3D

Tints of Lime Green #33DE3D

Color information

#33DE3D (or 0x33DE3D) is unknown color: approx Lime Green. HEX triplet: 33, DE and 3D. RGB value is (51,222,61). Sum of RGB (Red+Green+Blue) = 51+222+61=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 222 (87.11% from 255 or 66.47% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 222 - color contains mainly: green. Hex color #33DE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DE3D is #CC21C2. Grayscale: #989898. Windows color (decimal): -13377987 or 4054579. OLE color: 4054579.

HSL color Cylindrical-coordinate representation of color #33DE3D: hue angle of 123.51º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DE3D is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB5122261-
CMYK0.7700.730.13
HSL123.51º72.15%53.53%-
HSV(B)123.51º77.03%87.06%-
XYZ28.3353.2813.21-
YUV152.5276.3555.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.27%
GREEN value IS 222 (87.11% from 255) = 66.47%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=15.27%
G=66.47%
B=18.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal51222610.7700.730.13123.5172.1553.53
Hex33DE3D4D049D7c4836
Octal633367511501111517411066
Binary11001111011110111101100110101001001110111111001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,222,61); }

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

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

 a { background-color: rgb(51,222,61); }

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

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

 span { border-color: rgb(51,222,61); }

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