#35AC33

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

Shades of Lime Green #35AC33

Tints of Lime Green #35AC33

Color information

#35AC33 (or 0x35AC33) is unknown color: approx Lime Green. HEX triplet: 35, AC and 33. RGB value is (53,172,51). Sum of RGB (Red+Green+Blue) = 53+172+51=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AC33 is #CA53CC. Grayscale: #7A7A7A. Windows color (decimal): -13259725 or 3386421. OLE color: 3386421.

HSL color Cylindrical-coordinate representation of color #35AC33: hue angle of 119.01º 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 #35AC33 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB5317251-
CMYK0.6900.700.33
HSL119.01º54.26%43.73%-
HSV(B)119.01º70.35%67.45%-
XYZ16.8230.58.13-
YUV122.6287.5878.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 172 (67.58% from 255) = 62.32%
BLUE value IS 51 (20.31% from 255) = 18.48%
R=19.20%
G=62.32%
B=18.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53172510.6900.700.33119.0154.2643.73
Hex35AC33450462177362c
Octal65254631050106411676654
Binary110101101011001100111000101010001101000011110111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35AC33; }

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

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

<style>
 a { background-color: #35AC33; }

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

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

<style>
 span { border-color: #35AC33; }

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

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