Html Css Color HEX #3AAC35 Lime Green

📋 copy color: '#3AAC35'

red 58 ◦ green 172 ◦ blue 53

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

Shades of Lime Green #3AAC35

Tints of Lime Green #3AAC35

RGB

 RED value IS 58 (23.05% from 255) = 20.49%

 GREEN value IS 172 (67.58% from 255) = 60.78%

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 20.49%
G = 60.78%
B = 18.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#3AAC35 (or 0x3AAC35) is known color: Lime Green. HEX triplet: 3A, AC and 35. RGB value is (58,172,53). Sum of RGB (Red+Green+Blue) = 58+172+53=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 172 (67.58% from 255 or 60.78% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAC35 is #C553CA. Grayscale: #7C7C7C. Windows color (decimal): -12932043 or 3517498. OLE color: 3517498.

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

Color convert

RGB 58 172 53 -
CMYK 0.66 0 0.69 0.33
HSL 117.48º 0.53% 0.44% -
HSV(B) 117.48º 0.69% 0.67% -
XYZ 17.14 30.66 8.38 -
YUV 124.35 87.73 80.68 -
System Red Green Blue C M Y K H S L
Decimal 58 172 53 0.66 0 0.69 0.33 117.48 0.53 0.44
Hex 3A AC 35 42 0 45 21 75 35 2C
Octal 72 254 65 102 0 105 41 165 65 54
Binary 111010 10101100 110101 1000010 0 1000101 100001 1110101 110101 101100

Color Harmonies of #3AAC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC35

Black with #3AAC35

Text Example


Text Example

White with #3AAC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AAC35; }

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

 H1.HeaderClassName
 {
   color: #3AAC35;
 }
 .AnyTagClassName
 {
   color: #3AAC35;
 }
</style>

background-color css

<style>
 a { background-color: #3AAC35; }

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

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

border-color css

<style>
 span { border-color: #3AAC35; }

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

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