Html Css Color HEX #35D155 Lime Green

📋 copy color: '#35D155'

red 53 ◦ green 209 ◦ blue 85

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

Shades of Lime Green #35D155

Tints of Lime Green #35D155

RGB

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

 GREEN value IS 209 (82.03% from 255) = 60.23%

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 15.27%
G = 60.23%
B = 24.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#35D155 (or 0x35D155) is known color: Lime Green. HEX triplet: 35, D1 and 55. RGB value is (53,209,85). Sum of RGB (Red+Green+Blue) = 53+209+85=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #35D155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D155 is #CA2EAA. Grayscale: #949494. Windows color (decimal): -13250219 or 5624117. OLE color: 5624117.

HSL color Cylindrical-coordinate representation of color #35D155: hue angle of 132.31º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D155 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 209 85 -
CMYK 0.75 0 0.59 0.18
HSL 132.31º 0.63% 0.51% -
HSV(B) 132.31º 0.75% 0.82% -
XYZ 25.91 47.01 16.3 -
YUV 148.22 92.32 60.08 -
System Red Green Blue C M Y K H S L
Decimal 53 209 85 0.75 0 0.59 0.18 132.31 0.63 0.51
Hex 35 D1 55 4B 0 3B 12 84 3F 33
Octal 65 321 125 113 0 73 22 204 77 63
Binary 110101 11010001 1010101 1001011 0 111011 10010 10000100 111111 110011

Color Harmonies of #35D155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D155

Black with #35D155

Text Example


Text Example

White with #35D155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,209,85); }

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

background-color css

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

 a { background-color: rgb(53,209,85); }

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

border-color css

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

 span { border-color: rgb(53,209,85); }

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