#33BF33

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

Shades of Lime Green #33BF33

Tints of Lime Green #33BF33

Color information

#33BF33 (or 0x33BF33) is unknown color: approx Lime Green. HEX triplet: 33, BF and 33. RGB value is (51,191,51). Sum of RGB (Red+Green+Blue) = 51+191+51=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 191 (75% from 255 or 65.19% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BF33 is #CC40CC. Grayscale: #858585. Windows color (decimal): -13385933 or 3391283. OLE color: 3391283.

HSL color Cylindrical-coordinate representation of color #33BF33: hue angle of 120º 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 #33BF33 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB5119151-
CMYK0.7300.730.25
HSL120º57.85%47.45%-
HSV(B)120º73.3%74.9%-
XYZ20.5938.29.42-
YUV133.1881.6269.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.41%
GREEN value IS 191 (75% from 255) = 65.19%
BLUE value IS 51 (20.31% from 255) = 17.41%
R=17.41%
G=65.19%
B=17.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51191510.7300.730.2512057.8547.45
Hex33BF334904919783a2f
Octal63277631110111311707257
Binary11001110111111110011100100101001001110011111000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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