Html Css Color HEX #35C320 Lime Green

📋 copy color: '#35C320'

red 53 ◦ green 195 ◦ blue 32

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

Shades of Lime Green #35C320

Tints of Lime Green #35C320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 69.64%

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

R = 18.93%
G = 69.64%
B = 11.43%

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

#35C320 (or 0x35C320) is known color: Lime Green. HEX triplet: 35, C3 and 20. RGB value is (53,195,32). Sum of RGB (Red+Green+Blue) = 53+195+32=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 195 (76.56% from 255 or 69.64% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 195 - color contains mainly: green. Hex color #35C320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C320 is #CA3CDF. Grayscale: #868686. Windows color (decimal): -13253856 or 2147125. OLE color: 2147125.

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

Color convert

RGB 53 195 32 -
CMYK 0.73 0 0.84 0.24
HSL 112.27º 0.72% 0.45% -
HSV(B) 112.27º 0.84% 0.76% -
XYZ 21.24 39.89 7.95 -
YUV 133.96 70.46 70.25 -
System Red Green Blue C M Y K H S L
Decimal 53 195 32 0.73 0 0.84 0.24 112.27 0.72 0.45
Hex 35 C3 20 49 0 54 18 70 48 2D
Octal 65 303 40 111 0 124 30 160 110 55
Binary 110101 11000011 100000 1001001 0 1010100 11000 1110000 1001000 101101

Color Harmonies of #35C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C320

Black with #35C320

Text Example


Text Example

White with #35C320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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