#33D244

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

Shades of Lime Green #33D244

Tints of Lime Green #33D244

Color information

#33D244 (or 0x33D244) is unknown color: approx Lime Green. HEX triplet: 33, D2 and 44. RGB value is (51,210,68). Sum of RGB (Red+Green+Blue) = 51+210+68=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 210 (82.42% from 255 or 63.83% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 210 - color contains mainly: green. Hex color #33D244 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D244 is #CC2DBB. Grayscale: #929292. Windows color (decimal): -13381052 or 4510259. OLE color: 4510259.

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

Color convert

RGB5121068-
CMYK0.7600.680.18
HSL126.42º63.86%51.18%-
HSV(B)126.42º75.71%82.35%-
XYZ25.4647.2113.24-
YUV146.2783.8260.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 210 (82.42% from 255) = 63.83%
BLUE value IS 68 (26.95% from 255) = 20.67%
R=15.50%
G=63.83%
B=20.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal51210680.7600.680.18126.4263.8651.18
Hex33D2444C044127e4033
Octal6332210411401042217610063
Binary1100111101001010001001001100010001001001011111101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,210,68); }

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

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

 a { background-color: rgb(51,210,68); }

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

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

 span { border-color: rgb(51,210,68); }

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