#33B822

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

Shades of Lime Green #33B822

Tints of Lime Green #33B822

Color information

#33B822 (or 0x33B822) is unknown color: approx Lime Green. HEX triplet: 33, B8 and 22. RGB value is (51,184,34). Sum of RGB (Red+Green+Blue) = 51+184+34=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 184 (72.27% from 255 or 68.40% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 184 - color contains mainly: green. Hex color #33B822 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B822 is #CC47DD. Grayscale: #7F7F7F. Windows color (decimal): -13387742 or 2275379. OLE color: 2275379.

HSL color Cylindrical-coordinate representation of color #33B822: hue angle of 113.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33B822 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB5118434-
CMYK0.7200.820.28
HSL113.2º68.81%42.75%-
HSV(B)113.2º81.52%72.16%-
XYZ18.7935.17.3-
YUV127.1375.4473.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 184 (72.27% from 255) = 68.40%
BLUE value IS 34 (13.67% from 255) = 12.64%
R=18.96%
G=68.40%
B=12.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51184340.7200.820.28113.268.8142.75
Hex33B822480521C71452b
Octal632704211001223416110553
Binary110011101110001000101001000010100101110011100011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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