Html Css Color HEX #35C951 Lime Green

📋 copy color: '#35C951'

red 53 ◦ green 201 ◦ blue 81

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

Shades of Lime Green #35C951

Tints of Lime Green #35C951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.18%

R = 15.82%
G = 60%
B = 24.18%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#35C951 (or 0x35C951) is known color: Lime Green. HEX triplet: 35, C9 and 51. RGB value is (53,201,81). Sum of RGB (Red+Green+Blue) = 53+201+81=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #35C951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C951 is #CA36AE. Grayscale: #8F8F8F. Windows color (decimal): -13252271 or 5359925. OLE color: 5359925.

HSL color Cylindrical-coordinate representation of color #35C951: hue angle of 131.35º 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 #35C951 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 201 81 -
CMYK 0.74 0 0.60 0.21
HSL 131.35º 0.58% 0.5% -
HSV(B) 131.35º 0.74% 0.79% -
XYZ 23.84 43.12 14.85 -
YUV 143.07 92.97 63.76 -
System Red Green Blue C M Y K H S L
Decimal 53 201 81 0.74 0 0.60 0.21 131.35 0.58 0.5
Hex 35 C9 51 4A 0 3C 15 83 3A 32
Octal 65 311 121 112 0 74 25 203 72 62
Binary 110101 11001001 1010001 1001010 0 111100 10101 10000011 111010 110010

Color Harmonies of #35C951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C951

Black with #35C951

Text Example


Text Example

White with #35C951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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