Html Css Color HEX #3AC84D Lime Green

📋 copy color: '#3AC84D'

red 58 ◦ green 200 ◦ blue 77

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

Shades of Lime Green #3AC84D

Tints of Lime Green #3AC84D

RGB

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

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

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

R = 17.31%
G = 59.7%
B = 22.99%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#3AC84D (or 0x3AC84D) is known color: Lime Green. HEX triplet: 3A, C8 and 4D. RGB value is (58,200,77). Sum of RGB (Red+Green+Blue) = 58+200+77=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 200 (78.52% from 255 or 59.70% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC84D is #C537B2. Grayscale: #8F8F8F. Windows color (decimal): -12924851 or 5097530. OLE color: 5097530.

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

Color convert

RGB 58 200 77 -
CMYK 0.71 0 0.62 0.22
HSL 128.03º 0.56% 0.51% -
HSV(B) 128.03º 0.71% 0.78% -
XYZ 23.74 42.74 14.02 -
YUV 143.52 90.46 67 -
System Red Green Blue C M Y K H S L
Decimal 58 200 77 0.71 0 0.62 0.22 128.03 0.56 0.51
Hex 3A C8 4D 47 0 3E 16 80 38 33
Octal 72 310 115 107 0 76 26 200 70 63
Binary 111010 11001000 1001101 1000111 0 111110 10110 10000000 111000 110011

Color Harmonies of #3AC84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC84D

Black with #3AC84D

Text Example


Text Example

White with #3AC84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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