#35D53A

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

Shades of Lime Green #35D53A

Tints of Lime Green #35D53A

Color information

#35D53A (or 0x35D53A) is unknown color: approx Lime Green. HEX triplet: 35, D5 and 3A. RGB value is (53,213,58). Sum of RGB (Red+Green+Blue) = 53+213+58=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #35D53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D53A is #CA2AC5. Grayscale: #939393. Windows color (decimal): -13249222 or 3855669. OLE color: 3855669.

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

Color convert

RGB5321358-
CMYK0.7500.730.16
HSL121.88º65.57%52.16%-
HSV(B)121.88º75.12%83.53%-
XYZ26.0348.6512.02-
YUV147.4977.4960.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 213 (83.59% from 255) = 65.74%
BLUE value IS 58 (23.05% from 255) = 17.90%
R=16.36%
G=65.74%
B=17.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53213580.7500.730.16121.8865.5752.16
Hex35D53A4B049107a4234
Octal653257211301112017210264
Binary110101110101011110101001011010010011000011110101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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