Html Css Color HEX #35D350 Lime Green

📋 copy color: '#35D350'

red 53 ◦ green 211 ◦ blue 80

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

Shades of Lime Green #35D350

Tints of Lime Green #35D350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 15.41%
G = 61.34%
B = 23.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#35D350 (or 0x35D350) is known color: Lime Green. HEX triplet: 35, D3 and 50. RGB value is (53,211,80). Sum of RGB (Red+Green+Blue) = 53+211+80=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 211 (82.81% from 255 or 61.34% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 211 - color contains mainly: green. Hex color #35D350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D350 is #CA2CAF. Grayscale: #959595. Windows color (decimal): -13249712 or 5296949. OLE color: 5296949.

HSL color Cylindrical-coordinate representation of color #35D350: hue angle of 130.25º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D350 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 53 211 80 -
CMYK 0.75 0 0.62 0.17
HSL 130.25º 0.64% 0.52% -
HSV(B) 130.25º 0.75% 0.83% -
XYZ 26.21 47.92 15.46 -
YUV 148.82 89.15 59.65 -
System Red Green Blue C M Y K H S L
Decimal 53 211 80 0.75 0 0.62 0.17 130.25 0.64 0.52
Hex 35 D3 50 4B 0 3E 11 82 40 34
Octal 65 323 120 113 0 76 21 202 100 64
Binary 110101 11010011 1010000 1001011 0 111110 10001 10000010 1000000 110100

Color Harmonies of #35D350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D350

Black with #35D350

Text Example


Text Example

White with #35D350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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