#33BF42

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

Shades of Lime Green #33BF42

Tints of Lime Green #33BF42

Color information

#33BF42 (or 0x33BF42) is unknown color: approx Lime Green. HEX triplet: 33, BF and 42. RGB value is (51,191,66). Sum of RGB (Red+Green+Blue) = 51+191+66=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 191 (75% from 255 or 62.01% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BF42 is #CC40BD. Grayscale: #878787. Windows color (decimal): -13385918 or 4374323. OLE color: 4374323.

HSL color Cylindrical-coordinate representation of color #33BF42: hue angle of 126.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BF42 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB5119166-
CMYK0.7300.650.25
HSL126.43º57.85%47.45%-
HSV(B)126.43º73.3%74.9%-
XYZ20.9838.3611.45-
YUV134.8989.1268.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 191 (75% from 255) = 62.01%
BLUE value IS 66 (26.17% from 255) = 21.43%
R=16.56%
G=62.01%
B=21.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51191660.7300.650.25126.4357.8547.45
Hex33BF4249041197e3a2f
Octal632771021110101311767257
Binary110011101111111000010100100101000001110011111110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,191,66); }

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

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

 a { background-color: rgb(51,191,66); }

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

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

 span { border-color: rgb(51,191,66); }

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