Html Css Color HEX #35C952 Lime Green

📋 copy color: '#35C952'

red 53 ◦ green 201 ◦ blue 82

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

Shades of Lime Green #35C952

Tints of Lime Green #35C952

RGB

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

 GREEN value IS 201 (78.91% from 255) = 59.82%

 BLUE value IS 82 (32.42% from 255) = 24.4%

R = 15.77%
G = 59.82%
B = 24.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#35C952 (or 0x35C952) is known color: Lime Green. HEX triplet: 35, C9 and 52. RGB value is (53,201,82). Sum of RGB (Red+Green+Blue) = 53+201+82=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 201 (78.91% from 255 or 59.82% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 201 - color contains mainly: green. Hex color #35C952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C952 is #CA36AD. Grayscale: #8F8F8F. Windows color (decimal): -13252270 or 5425461. OLE color: 5425461.

HSL color Cylindrical-coordinate representation of color #35C952: hue angle of 131.76º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C952 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 201 82 -
CMYK 0.74 0 0.59 0.21
HSL 131.76º 0.58% 0.5% -
HSV(B) 131.76º 0.74% 0.79% -
XYZ 23.88 43.14 15.05 -
YUV 143.18 93.47 63.68 -
System Red Green Blue C M Y K H S L
Decimal 53 201 82 0.74 0 0.59 0.21 131.76 0.58 0.5
Hex 35 C9 52 4A 0 3B 15 84 3A 32
Octal 65 311 122 112 0 73 25 204 72 62
Binary 110101 11001001 1010010 1001010 0 111011 10101 10000100 111010 110010

Color Harmonies of #35C952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C952

Black with #35C952

Text Example


Text Example

White with #35C952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,201,82); }

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

background-color css

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

 a { background-color: rgb(53,201,82); }

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

border-color css

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

 span { border-color: rgb(53,201,82); }

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