Html Css Color HEX #3AC04D Lime Green

📋 copy color: '#3AC04D'

red 58 ◦ green 192 ◦ blue 77

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

Shades of Lime Green #3AC04D

Tints of Lime Green #3AC04D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.72%

 BLUE value IS 77 (30.47% from 255) = 23.55%

R = 17.74%
G = 58.72%
B = 23.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#3AC04D (or 0x3AC04D) is known color: Lime Green. HEX triplet: 3A, C0 and 4D. RGB value is (58,192,77). Sum of RGB (Red+Green+Blue) = 58+192+77=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC04D is #C53FB2. Grayscale: #8B8B8B. Windows color (decimal): -12926899 or 5095482. OLE color: 5095482.

HSL color Cylindrical-coordinate representation of color #3AC04D: hue angle of 128.51º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC04D is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 192 77 -
CMYK 0.70 0 0.60 0.25
HSL 128.51º 0.54% 0.49% -
HSV(B) 128.51º 0.7% 0.75% -
XYZ 21.93 39.13 13.42 -
YUV 138.82 93.11 70.35 -
System Red Green Blue C M Y K H S L
Decimal 58 192 77 0.70 0 0.60 0.25 128.51 0.54 0.49
Hex 3A C0 4D 46 0 3C 19 81 36 31
Octal 72 300 115 106 0 74 31 201 66 61
Binary 111010 11000000 1001101 1000110 0 111100 11001 10000001 110110 110001

Color Harmonies of #3AC04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC04D

Black with #3AC04D

Text Example


Text Example

White with #3AC04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,192,77); }

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

background-color css

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

 a { background-color: rgb(58,192,77); }

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

border-color css

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

 span { border-color: rgb(58,192,77); }

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