Html Css Color HEX #35D220 Lime Green

📋 copy color: '#35D220'

red 53 ◦ green 210 ◦ blue 32

#35D220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #35D220

Tints of Lime Green #35D220

RGB

 RED value IS 53 (21.09% from 255) = 17.97%

 GREEN value IS 210 (82.42% from 255) = 71.19%

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 17.97%
G = 71.19%
B = 10.85%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#35D220 (or 0x35D220) is known color: Lime Green. HEX triplet: 35, D2 and 20. RGB value is (53,210,32). Sum of RGB (Red+Green+Blue) = 53+210+32=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 210 (82.42% from 255 or 71.19% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 210 - color contains mainly: green. Hex color #35D220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D220 is #CA2DDF. Grayscale: #8F8F8F. Windows color (decimal): -13250016 or 2150965. OLE color: 2150965.

HSL color Cylindrical-coordinate representation of color #35D220: hue angle of 112.92º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35D220 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 210 32 -
CMYK 0.75 0 0.85 0.18
HSL 112.92º 0.74% 0.47% -
HSV(B) 112.92º 0.85% 0.82% -
XYZ 24.78 46.95 9.12 -
YUV 142.77 65.49 63.97 -
System Red Green Blue C M Y K H S L
Decimal 53 210 32 0.75 0 0.85 0.18 112.92 0.74 0.47
Hex 35 D2 20 4B 0 55 12 71 4A 2F
Octal 65 322 40 113 0 125 22 161 112 57
Binary 110101 11010010 100000 1001011 0 1010101 10010 1110001 1001010 101111

Color Harmonies of #35D220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D220

Black with #35D220

Text Example


Text Example

White with #35D220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,210,32); }

 H1.HeaderClassName
 {
   color: #35D220;
 }
 .AnyTagClassName
 {
   color: #35D220;
 }
</style>

background-color css

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

 a { background-color: rgb(53,210,32); }

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

border-color css

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

 span { border-color: rgb(53,210,32); }

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