#33D944

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

Shades of Lime Green #33D944

Tints of Lime Green #33D944

Color information

#33D944 (or 0x33D944) is unknown color: approx Lime Green. HEX triplet: 33, D9 and 44. RGB value is (51,217,68). Sum of RGB (Red+Green+Blue) = 51+217+68=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 217 (85.16% from 255 or 64.58% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 217 - color contains mainly: green. Hex color #33D944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D944 is #CC26BB. Grayscale: #969696. Windows color (decimal): -13379260 or 4512051. OLE color: 4512051.

HSL color Cylindrical-coordinate representation of color #33D944: hue angle of 126.14º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D944 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB5121768-
CMYK0.7600.690.15
HSL126.14º68.6%52.55%-
HSV(B)126.14º76.5%85.1%-
XYZ27.2250.7513.83-
YUV150.3881.557.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.18%
GREEN value IS 217 (85.16% from 255) = 64.58%
BLUE value IS 68 (26.95% from 255) = 20.24%
R=15.18%
G=64.58%
B=20.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51217680.7600.690.15126.1468.652.55
Hex33D9444C045F7e4535
Octal6333110411401051717610565
Binary110011110110011000100100110001000101111111111101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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