#33B428

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

Shades of Lime Green #33B428

Tints of Lime Green #33B428

Color information

#33B428 (or 0x33B428) is unknown color: approx Lime Green. HEX triplet: 33, B4 and 28. RGB value is (51,180,40). Sum of RGB (Red+Green+Blue) = 51+180+40=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 180 (70.70% from 255 or 66.42% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 180 - color contains mainly: green. Hex color #33B428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B428 is #CC4BD7. Grayscale: #7D7D7D. Windows color (decimal): -13388760 or 2667571. OLE color: 2667571.

HSL color Cylindrical-coordinate representation of color #33B428: hue angle of 115.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33B428 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB5118040-
CMYK0.7200.780.29
HSL115.29º63.64%43.14%-
HSV(B)115.29º77.78%70.59%-
XYZ18.0733.57.52-
YUV125.4779.7674.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 180 (70.70% from 255) = 66.42%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=18.82%
G=66.42%
B=14.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51180400.7200.780.29115.2963.6443.14
Hex33B4284804E1D73402b
Octal632645011001163516310053
Binary110011101101001010001001000010011101110111100111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,180,40); }

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

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

 a { background-color: rgb(51,180,40); }

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

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

 span { border-color: rgb(51,180,40); }

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