Html Css Color HEX #35C220 Lime Green

📋 copy color: '#35C220'

red 53 ◦ green 194 ◦ blue 32

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

Shades of Lime Green #35C220

Tints of Lime Green #35C220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 69.53%

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

R = 19%
G = 69.53%
B = 11.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#35C220 (or 0x35C220) is known color: Lime Green. HEX triplet: 35, C2 and 20. RGB value is (53,194,32). Sum of RGB (Red+Green+Blue) = 53+194+32=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 194 (76.17% from 255 or 69.53% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 194 - color contains mainly: green. Hex color #35C220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C220 is #CA3DDF. Grayscale: #858585. Windows color (decimal): -13254112 or 2146869. OLE color: 2146869.

HSL color Cylindrical-coordinate representation of color #35C220: hue angle of 112.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35C220 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 194 32 -
CMYK 0.73 0 0.84 0.24
HSL 112.22º 0.72% 0.44% -
HSV(B) 112.22º 0.84% 0.76% -
XYZ 21.02 39.44 7.87 -
YUV 133.37 70.79 70.67 -
System Red Green Blue C M Y K H S L
Decimal 53 194 32 0.73 0 0.84 0.24 112.22 0.72 0.44
Hex 35 C2 20 49 0 54 18 70 48 2C
Octal 65 302 40 111 0 124 30 160 110 54
Binary 110101 11000010 100000 1001001 0 1010100 11000 1110000 1001000 101100

Color Harmonies of #35C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C220

Black with #35C220

Text Example


Text Example

White with #35C220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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