Html Css Color HEX #35C620 Lime Green

📋 copy color: '#35C620'

red 53 ◦ green 198 ◦ blue 32

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

Shades of Lime Green #35C620

Tints of Lime Green #35C620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 69.96%

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

R = 18.73%
G = 69.96%
B = 11.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#35C620 (or 0x35C620) is known color: Lime Green. HEX triplet: 35, C6 and 20. RGB value is (53,198,32). Sum of RGB (Red+Green+Blue) = 53+198+32=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 198 (77.73% from 255 or 69.96% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 198 - color contains mainly: green. Hex color #35C620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C620 is #CA39DF. Grayscale: #888888. Windows color (decimal): -13253088 or 2147893. OLE color: 2147893.

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

Color convert

RGB 53 198 32 -
CMYK 0.73 0 0.84 0.22
HSL 112.41º 0.72% 0.45% -
HSV(B) 112.41º 0.84% 0.78% -
XYZ 21.92 41.25 8.17 -
YUV 135.72 69.46 69 -
System Red Green Blue C M Y K H S L
Decimal 53 198 32 0.73 0 0.84 0.22 112.41 0.72 0.45
Hex 35 C6 20 49 0 54 16 70 48 2D
Octal 65 306 40 111 0 124 26 160 110 55
Binary 110101 11000110 100000 1001001 0 1010100 10110 1110000 1001000 101101

Color Harmonies of #35C620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C620

Black with #35C620

Text Example


Text Example

White with #35C620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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