#35B33A

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

Shades of Lime Green #35B33A

Tints of Lime Green #35B33A

Color information

#35B33A (or 0x35B33A) is unknown color: approx Lime Green. HEX triplet: 35, B3 and 3A. RGB value is (53,179,58). Sum of RGB (Red+Green+Blue) = 53+179+58=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 179 (70.31% from 255 or 61.72% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 179 - color contains mainly: green. Hex color #35B33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B33A is #CA4CC5. Grayscale: #7F7F7F. Windows color (decimal): -13257926 or 3846965. OLE color: 3846965.

HSL color Cylindrical-coordinate representation of color #35B33A: hue angle of 122.38º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B33A is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB5317958-
CMYK0.7000.680.30
HSL122.38º54.31%45.49%-
HSV(B)122.38º70.39%70.2%-
XYZ18.3533.39.46-
YUV127.5388.7674.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 179 (70.31% from 255) = 61.72%
BLUE value IS 58 (23.05% from 255) = 20%
R=18.28%
G=61.72%
B=20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53179580.7000.680.30122.3854.3145.49
Hex35B33A460441E7a362d
Octal65263721060104361726655
Binary11010110110011111010100011001000100111101111010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,179,58); }

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

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

 a { background-color: rgb(53,179,58); }

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

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

 span { border-color: rgb(53,179,58); }

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