Html Css Color HEX #3AAA32 Lime Green

📋 copy color: '#3AAA32'

red 58 ◦ green 170 ◦ blue 50

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

Shades of Lime Green #3AAA32

Tints of Lime Green #3AAA32

RGB

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

 GREEN value IS 170 (66.8% from 255) = 61.15%

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 20.86%
G = 61.15%
B = 17.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#3AAA32 (or 0x3AAA32) is known color: Lime Green. HEX triplet: 3A, AA and 32. RGB value is (58,170,50). Sum of RGB (Red+Green+Blue) = 58+170+50=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 170 (66.80% from 255 or 61.15% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA32 is #C555CD. Grayscale: #7B7B7B. Windows color (decimal): -12932558 or 3320378. OLE color: 3320378.

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

Color convert

RGB 58 170 50 -
CMYK 0.66 0 0.71 0.33
HSL 116º 0.55% 0.43% -
HSV(B) 116º 0.71% 0.67% -
XYZ 16.7 29.88 7.9 -
YUV 122.83 86.89 81.76 -
System Red Green Blue C M Y K H S L
Decimal 58 170 50 0.66 0 0.71 0.33 116 0.55 0.43
Hex 3A AA 32 42 0 47 21 74 37 2B
Octal 72 252 62 102 0 107 41 164 67 53
Binary 111010 10101010 110010 1000010 0 1000111 100001 1110100 110111 101011

Color Harmonies of #3AAA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA32

Black with #3AAA32

Text Example


Text Example

White with #3AAA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,170,50); }

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

background-color css

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

 a { background-color: rgb(58,170,50); }

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

border-color css

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

 span { border-color: rgb(58,170,50); }

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