#39DD33

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

Shades of Lime Green #39DD33

Tints of Lime Green #39DD33

Color information

#39DD33 (or 0x39DD33) is unknown color: approx Lime Green. HEX triplet: 39, DD and 33. RGB value is (57,221,51). Sum of RGB (Red+Green+Blue) = 57+221+51=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 221 (86.72% from 255 or 67.17% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 221 - color contains mainly: green. Hex color #39DD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39DD33 is #C622CC. Grayscale: #999999. Windows color (decimal): -12985037 or 3398969. OLE color: 3398969.

HSL color Cylindrical-coordinate representation of color #39DD33: hue angle of 117.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39DD33 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB5722151-
CMYK0.7400.770.13
HSL117.88º71.43%53.33%-
HSV(B)117.88º76.92%86.67%-
XYZ28.1452.8211.84-
YUV152.5870.6759.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.33%
GREEN value IS 221 (86.72% from 255) = 67.17%
BLUE value IS 51 (20.31% from 255) = 15.50%
R=17.33%
G=67.17%
B=15.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal57221510.7400.770.13117.8871.4353.33
Hex39DD334A04DD764735
Octal713356311201151516610765
Binary11100111011101110011100101001001101110111101101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39DD33; }

 p { color: rgb(57,221,51); }

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

<style>
 a { background-color: #39DD33; }

 a { background-color: rgb(57,221,51); }

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

<style>
 span { border-color: #39DD33; }

 span { border-color: rgb(57,221,51); }

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