Html Css Color HEX #3AC84A Lime Green

📋 copy color: '#3AC84A'

red 58 ◦ green 200 ◦ blue 74

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

Shades of Lime Green #3AC84A

Tints of Lime Green #3AC84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 17.47%
G = 60.24%
B = 22.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#3AC84A (or 0x3AC84A) is known color: Lime Green. HEX triplet: 3A, C8 and 4A. RGB value is (58,200,74). Sum of RGB (Red+Green+Blue) = 58+200+74=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 200 (78.52% from 255 or 60.24% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC84A is #C537B5. Grayscale: #8F8F8F. Windows color (decimal): -12924854 or 4900922. OLE color: 4900922.

HSL color Cylindrical-coordinate representation of color #3AC84A: hue angle of 126.76º 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 #3AC84A is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 200 74 -
CMYK 0.71 0 0.63 0.22
HSL 126.76º 0.56% 0.51% -
HSV(B) 126.76º 0.71% 0.78% -
XYZ 23.64 42.7 13.48 -
YUV 143.18 88.96 67.25 -
System Red Green Blue C M Y K H S L
Decimal 58 200 74 0.71 0 0.63 0.22 126.76 0.56 0.51
Hex 3A C8 4A 47 0 3F 16 7F 38 33
Octal 72 310 112 107 0 77 26 177 70 63
Binary 111010 11001000 1001010 1000111 0 111111 10110 1111111 111000 110011

Color Harmonies of #3AC84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC84A

Black with #3AC84A

Text Example


Text Example

White with #3AC84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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