#33B630

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

Shades of Lime Green #33B630

Tints of Lime Green #33B630

Color information

#33B630 (or 0x33B630) is unknown color: approx Lime Green. HEX triplet: 33, B6 and 30. RGB value is (51,182,48). Sum of RGB (Red+Green+Blue) = 51+182+48=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 182 (71.48% from 255 or 64.77% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 182 - color contains mainly: green. Hex color #33B630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B630 is #CC49CF. Grayscale: #7F7F7F. Windows color (decimal): -13388240 or 3192371. OLE color: 3192371.

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

Color convert

RGB5118248-
CMYK0.7200.740.29
HSL118.66º58.26%45.1%-
HSV(B)118.66º73.63%71.37%-
XYZ18.6334.378.45-
YUV127.5583.173.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 182 (71.48% from 255) = 64.77%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=18.15%
G=64.77%
B=17.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51182480.7200.740.29118.6658.2645.1
Hex33B6304804A1D773a2d
Octal63266601100112351677255
Binary11001110110110110000100100001001010111011110111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,182,48); }

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

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

 a { background-color: rgb(51,182,48); }

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

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

 span { border-color: rgb(51,182,48); }

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