#33AC34

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

Shades of Lime Green #33AC34

Tints of Lime Green #33AC34

Color information

#33AC34 (or 0x33AC34) is unknown color: approx Lime Green. HEX triplet: 33, AC and 34. RGB value is (51,172,52). Sum of RGB (Red+Green+Blue) = 51+172+52=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 172 (67.58% from 255 or 62.55% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 172 - color contains mainly: green. Hex color #33AC34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AC34 is #CC53CB. Grayscale: #7A7A7A. Windows color (decimal): -13390796 or 3451955. OLE color: 3451955.

HSL color Cylindrical-coordinate representation of color #33AC34: hue angle of 120.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AC34 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB5117252-
CMYK0.7000.700.33
HSL120.5º54.26%43.73%-
HSV(B)120.5º70.35%67.45%-
XYZ16.7430.468.25-
YUV122.1488.4177.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 172 (67.58% from 255) = 62.55%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=18.55%
G=62.55%
B=18.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51172520.7000.700.33120.554.2643.73
Hex33AC34460462178362c
Octal63254641060106411706654
Binary110011101011001101001000110010001101000011111000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,172,52); }

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

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

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

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

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

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

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