#33DD34

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

Shades of Lime Green #33DD34

Tints of Lime Green #33DD34

Color information

#33DD34 (or 0x33DD34) is unknown color: approx Lime Green. HEX triplet: 33, DD and 34. RGB value is (51,221,52). Sum of RGB (Red+Green+Blue) = 51+221+52=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 221 (86.72% from 255 or 68.21% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DD34 is #CC22CB. Grayscale: #979797. Windows color (decimal): -13378252 or 3464499. OLE color: 3464499.

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

Color convert

RGB5122152-
CMYK0.7700.760.13
HSL120.35º71.43%53.33%-
HSV(B)120.35º76.92%86.67%-
XYZ27.8452.6611.95-
YUV150.972.1856.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.74%
GREEN value IS 221 (86.72% from 255) = 68.21%
BLUE value IS 52 (20.70% from 255) = 16.05%
R=15.74%
G=68.21%
B=16.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal51221520.7700.760.13120.3571.4353.33
Hex33DD344D04CD784735
Octal633356411501141517010765
Binary11001111011101110100100110101001100110111110001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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