Html Css Color HEX #3AC820 Lime Green

📋 copy color: '#3AC820'

red 58 ◦ green 200 ◦ blue 32

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

Shades of Lime Green #3AC820

Tints of Lime Green #3AC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 68.97%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 20%
G = 68.97%
B = 11.03%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#3AC820 (or 0x3AC820) is known color: Lime Green. HEX triplet: 3A, C8 and 20. RGB value is (58,200,32). Sum of RGB (Red+Green+Blue) = 58+200+32=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 200 (78.52% from 255 or 68.97% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC820 is #C537DF. Grayscale: #8A8A8A. Windows color (decimal): -12924896 or 2148410. OLE color: 2148410.

HSL color Cylindrical-coordinate representation of color #3AC820: hue angle of 110.71º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AC820 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 200 32 -
CMYK 0.71 0 0.84 0.22
HSL 110.71º 0.72% 0.45% -
HSV(B) 110.71º 0.84% 0.78% -
XYZ 22.66 42.31 8.34 -
YUV 138.39 67.96 70.66 -
System Red Green Blue C M Y K H S L
Decimal 58 200 32 0.71 0 0.84 0.22 110.71 0.72 0.45
Hex 3A C8 20 47 0 54 16 6F 48 2D
Octal 72 310 40 107 0 124 26 157 110 55
Binary 111010 11001000 100000 1000111 0 1010100 10110 1101111 1001000 101101

Color Harmonies of #3AC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC820

Black with #3AC820

Text Example


Text Example

White with #3AC820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,200,32); }

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

background-color css

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

 a { background-color: rgb(58,200,32); }

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

border-color css

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

 span { border-color: rgb(58,200,32); }

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