Html Css Color HEX #35D145 Lime Green

📋 copy color: '#35D145'

red 53 ◦ green 209 ◦ blue 69

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

Shades of Lime Green #35D145

Tints of Lime Green #35D145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.85%

R = 16.01%
G = 63.14%
B = 20.85%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#35D145 (or 0x35D145) is known color: Lime Green. HEX triplet: 35, D1 and 45. RGB value is (53,209,69). Sum of RGB (Red+Green+Blue) = 53+209+69=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 209 (82.03% from 255 or 63.14% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 209 - color contains mainly: green. Hex color #35D145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D145 is #CA2EBA. Grayscale: #929292. Windows color (decimal): -13250235 or 4575541. OLE color: 4575541.

HSL color Cylindrical-coordinate representation of color #35D145: hue angle of 126.15º 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 #35D145 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 209 69 -
CMYK 0.75 0 0.67 0.18
HSL 126.15º 0.63% 0.51% -
HSV(B) 126.15º 0.75% 0.82% -
XYZ 25.34 46.79 13.33 -
YUV 146.4 84.32 61.38 -
System Red Green Blue C M Y K H S L
Decimal 53 209 69 0.75 0 0.67 0.18 126.15 0.63 0.51
Hex 35 D1 45 4B 0 43 12 7E 3F 33
Octal 65 321 105 113 0 103 22 176 77 63
Binary 110101 11010001 1000101 1001011 0 1000011 10010 1111110 111111 110011

Color Harmonies of #35D145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D145

Black with #35D145

Text Example


Text Example

White with #35D145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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