#35D33A

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

Shades of Lime Green #35D33A

Tints of Lime Green #35D33A

Color information

#35D33A (or 0x35D33A) is unknown color: approx Lime Green. HEX triplet: 35, D3 and 3A. RGB value is (53,211,58). Sum of RGB (Red+Green+Blue) = 53+211+58=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 211 (82.81% from 255 or 65.53% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 211 - color contains mainly: green. Hex color #35D33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D33A is #CA2CC5. Grayscale: #929292. Windows color (decimal): -13249734 or 3855157. OLE color: 3855157.

HSL color Cylindrical-coordinate representation of color #35D33A: hue angle of 121.9º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D33A is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB5321158-
CMYK0.7500.730.17
HSL121.9º64.23%51.76%-
HSV(B)121.9º74.88%82.75%-
XYZ25.5347.6511.86-
YUV146.3278.1561.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 211 (82.81% from 255) = 65.53%
BLUE value IS 58 (23.05% from 255) = 18.01%
R=16.46%
G=65.53%
B=18.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal53211580.7500.730.17121.964.2351.76
Hex35D33A4B049117a4034
Octal653237211301112117210064
Binary110101110100111110101001011010010011000111110101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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