Html Css Color HEX #3AC920 Lime Green

📋 copy color: '#3AC920'

red 58 ◦ green 201 ◦ blue 32

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

Shades of Lime Green #3AC920

Tints of Lime Green #3AC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 69.07%

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

R = 19.93%
G = 69.07%
B = 11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#3AC920 (or 0x3AC920) is known color: Lime Green. HEX triplet: 3A, C9 and 20. RGB value is (58,201,32). Sum of RGB (Red+Green+Blue) = 58+201+32=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 201 (78.91% from 255 or 69.07% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 201 - color contains mainly: green. Hex color #3AC920 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC920 is #C536DF. Grayscale: #8B8B8B. Windows color (decimal): -12924640 or 2148666. OLE color: 2148666.

HSL color Cylindrical-coordinate representation of color #3AC920: hue angle of 110.77º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AC920 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 201 32 -
CMYK 0.71 0 0.84 0.21
HSL 110.77º 0.73% 0.46% -
HSV(B) 110.77º 0.84% 0.79% -
XYZ 22.89 42.78 8.42 -
YUV 138.98 67.62 70.24 -
System Red Green Blue C M Y K H S L
Decimal 58 201 32 0.71 0 0.84 0.21 110.77 0.73 0.46
Hex 3A C9 20 47 0 54 15 6F 49 2E
Octal 72 311 40 107 0 124 25 157 111 56
Binary 111010 11001001 100000 1000111 0 1010100 10101 1101111 1001001 101110

Color Harmonies of #3AC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC920

Black with #3AC920

Text Example


Text Example

White with #3AC920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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