Html Css Color HEX #35AD3A Lime Green

📋 copy color: '#35AD3A'

red 53 ◦ green 173 ◦ blue 58

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

Shades of Lime Green #35AD3A

Tints of Lime Green #35AD3A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 60.92%

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

R = 18.66%
G = 60.92%
B = 20.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#35AD3A (or 0x35AD3A) is known color: Lime Green. HEX triplet: 35, AD and 3A. RGB value is (53,173,58). Sum of RGB (Red+Green+Blue) = 53+173+58=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 173 (67.97% from 255 or 60.92% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AD3A is #CA52C5. Grayscale: #7C7C7C. Windows color (decimal): -13259462 or 3845429. OLE color: 3845429.

HSL color Cylindrical-coordinate representation of color #35AD3A: hue angle of 122.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AD3A is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 173 58 -
CMYK 0.69 0 0.66 0.32
HSL 122.5º 0.53% 0.44% -
HSV(B) 122.5º 0.69% 0.68% -
XYZ 17.18 30.95 9.07 -
YUV 124.01 90.74 77.35 -
System Red Green Blue C M Y K H S L
Decimal 53 173 58 0.69 0 0.66 0.32 122.5 0.53 0.44
Hex 35 AD 3A 45 0 42 20 7B 35 2C
Octal 65 255 72 105 0 102 40 173 65 54
Binary 110101 10101101 111010 1000101 0 1000010 100000 1111011 110101 101100

Color Harmonies of #35AD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AD3A

Black with #35AD3A

Text Example


Text Example

White with #35AD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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