#33D848

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

Shades of Lime Green #33D848

Tints of Lime Green #33D848

Color information

#33D848 (or 0x33D848) is unknown color: approx Lime Green. HEX triplet: 33, D8 and 48. RGB value is (51,216,72). Sum of RGB (Red+Green+Blue) = 51+216+72=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #33D848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D848 is #CC27B7. Grayscale: #969696. Windows color (decimal): -13379512 or 4773939. OLE color: 4773939.

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

Color convert

RGB5121672-
CMYK0.7600.670.15
HSL127.64º67.9%52.35%-
HSV(B)127.64º76.39%84.71%-
XYZ27.0950.2814.41-
YUV150.2583.8457.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.04%
GREEN value IS 216 (84.77% from 255) = 63.72%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=15.04%
G=63.72%
B=21.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51216720.7600.670.15127.6467.952.35
Hex33D8484C043F804434
Octal6333011011401031720010464
Binary1100111101100010010001001100010000111111100000001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,216,72); }

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

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

 a { background-color: rgb(51,216,72); }

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

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

 span { border-color: rgb(51,216,72); }

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