Html Css Color HEX #35D549 Lime Green

📋 copy color: '#35D549'

red 53 ◦ green 213 ◦ blue 73

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

Shades of Lime Green #35D549

Tints of Lime Green #35D549

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.83%

 BLUE value IS 73 (28.91% from 255) = 21.53%

R = 15.63%
G = 62.83%
B = 21.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#35D549 (or 0x35D549) is known color: Lime Green. HEX triplet: 35, D5 and 49. RGB value is (53,213,73). Sum of RGB (Red+Green+Blue) = 53+213+73=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 213 (83.59% from 255 or 62.83% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 213 - color contains mainly: green. Hex color #35D549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D549 is #CA2AB6. Grayscale: #959595. Windows color (decimal): -13249207 or 4838709. OLE color: 4838709.

HSL color Cylindrical-coordinate representation of color #35D549: hue angle of 127.5º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D549 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 213 73 -
CMYK 0.75 0 0.66 0.16
HSL 127.5º 0.66% 0.52% -
HSV(B) 127.5º 0.75% 0.84% -
XYZ 26.47 48.83 14.33 -
YUV 149.2 84.99 59.38 -
System Red Green Blue C M Y K H S L
Decimal 53 213 73 0.75 0 0.66 0.16 127.5 0.66 0.52
Hex 35 D5 49 4B 0 42 10 80 42 34
Octal 65 325 111 113 0 102 20 200 102 64
Binary 110101 11010101 1001001 1001011 0 1000010 10000 10000000 1000010 110100

Color Harmonies of #35D549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D549

Black with #35D549

Text Example


Text Example

White with #35D549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,213,73); }

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

background-color css

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

 a { background-color: rgb(53,213,73); }

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

border-color css

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

 span { border-color: rgb(53,213,73); }

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