Html Css Color HEX #35D32A Lime Green

📋 copy color: '#35D32A'

red 53 ◦ green 211 ◦ blue 42

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

Shades of Lime Green #35D32A

Tints of Lime Green #35D32A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 68.95%

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 17.32%
G = 68.95%
B = 13.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#35D32A (or 0x35D32A) is known color: Lime Green. HEX triplet: 35, D3 and 2A. RGB value is (53,211,42). Sum of RGB (Red+Green+Blue) = 53+211+42=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 211 (82.81% from 255 or 68.95% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 211 - color contains mainly: green. Hex color #35D32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D32A is #CA2CD5. Grayscale: #919191. Windows color (decimal): -13249750 or 2806581. OLE color: 2806581.

HSL color Cylindrical-coordinate representation of color #35D32A: hue angle of 116.09º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35D32A is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 53 211 42 -
CMYK 0.75 0 0.80 0.17
HSL 116.09º 0.67% 0.5% -
HSV(B) 116.09º 0.8% 0.83% -
XYZ 25.18 47.51 10.03 -
YUV 144.49 70.15 62.74 -
System Red Green Blue C M Y K H S L
Decimal 53 211 42 0.75 0 0.80 0.17 116.09 0.67 0.5
Hex 35 D3 2A 4B 0 50 11 74 43 32
Octal 65 323 52 113 0 120 21 164 103 62
Binary 110101 11010011 101010 1001011 0 1010000 10001 1110100 1000011 110010

Color Harmonies of #35D32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D32A

Black with #35D32A

Text Example


Text Example

White with #35D32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,211,42); }

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

background-color css

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

 a { background-color: rgb(53,211,42); }

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

border-color css

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

 span { border-color: rgb(53,211,42); }

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