#33bf22

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

Shades of Lime Green #33BF22

Tints of Lime Green #33BF22

Color information

#33BF22 (or 0x33BF22) is unknown color: approx Lime Green. HEX triplet: 33, BF and 22. RGB value is (51,191,34). Sum of RGB (Red+Green+Blue) = 51+191+34=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BF22 is #CC40DD. Grayscale: #838383. Windows color (decimal): -13385950 or 2277171. OLE color: 2277171.

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

Color convert

RGB5119134-
CMYK0.7300.820.25
HSL113.5º69.78%44.12%-
HSV(B)113.5º82.2%74.9%-
XYZ20.2838.087.79-
YUV131.2473.1270.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 191 (75% from 255) = 69.20%
BLUE value IS 34 (13.67% from 255) = 12.32%
R=18.48%
G=69.20%
B=12.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51191340.7300.820.25113.569.7844.12
Hex33BF22490521972462c
Octal632774211101223116210654
Binary110011101111111000101001001010100101100111100101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33bf22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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