Html Css Color HEX #35D13A Lime Green

📋 copy color: '#35D13A'

red 53 ◦ green 209 ◦ blue 58

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

Shades of Lime Green #35D13A

Tints of Lime Green #35D13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 16.56%
G = 65.31%
B = 18.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#35D13A (or 0x35D13A) is known color: Lime Green. HEX triplet: 35, D1 and 3A. RGB value is (53,209,58). Sum of RGB (Red+Green+Blue) = 53+209+58=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 209 (82.03% from 255 or 65.31% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 209 - color contains mainly: green. Hex color #35D13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D13A is #CA2EC5. Grayscale: #919191. Windows color (decimal): -13250246 or 3854645. OLE color: 3854645.

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

Color convert

RGB 53 209 58 -
CMYK 0.75 0 0.72 0.18
HSL 121.92º 0.63% 0.51% -
HSV(B) 121.92º 0.75% 0.82% -
XYZ 25.03 46.66 11.69 -
YUV 145.14 78.82 62.28 -
System Red Green Blue C M Y K H S L
Decimal 53 209 58 0.75 0 0.72 0.18 121.92 0.63 0.51
Hex 35 D1 3A 4B 0 48 12 7A 3F 33
Octal 65 321 72 113 0 110 22 172 77 63
Binary 110101 11010001 111010 1001011 0 1001000 10010 1111010 111111 110011

Color Harmonies of #35D13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D13A

Black with #35D13A

Text Example


Text Example

White with #35D13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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