Html Css Color HEX #35AD2C Lime Green

📋 copy color: '#35AD2C'

red 53 ◦ green 173 ◦ blue 44

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

Shades of Lime Green #35AD2C

Tints of Lime Green #35AD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.3%

R = 19.63%
G = 64.07%
B = 16.3%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#35AD2C (or 0x35AD2C) is known color: Lime Green. HEX triplet: 35, AD and 2C. RGB value is (53,173,44). Sum of RGB (Red+Green+Blue) = 53+173+44=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 173 (67.97% from 255 or 64.07% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AD2C is #CA52D3. Grayscale: #7A7A7A. Windows color (decimal): -13259476 or 2927925. OLE color: 2927925.

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

Color convert

RGB 53 173 44 -
CMYK 0.69 0 0.75 0.32
HSL 115.81º 0.59% 0.43% -
HSV(B) 115.81º 0.75% 0.68% -
XYZ 16.87 30.83 7.44 -
YUV 122.41 83.74 78.49 -
System Red Green Blue C M Y K H S L
Decimal 53 173 44 0.69 0 0.75 0.32 115.81 0.59 0.43
Hex 35 AD 2C 45 0 4B 20 74 3B 2B
Octal 65 255 54 105 0 113 40 164 73 53
Binary 110101 10101101 101100 1000101 0 1001011 100000 1110100 111011 101011

Color Harmonies of #35AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AD2C

Black with #35AD2C

Text Example


Text Example

White with #35AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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