Html Css Color HEX #3AC81E Lime Green

📋 copy color: '#3AC81E'

red 58 ◦ green 200 ◦ blue 30

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

Shades of Lime Green #3AC81E

Tints of Lime Green #3AC81E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.42%

R = 20.14%
G = 69.44%
B = 10.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#3AC81E (or 0x3AC81E) is known color: Lime Green. HEX triplet: 3A, C8 and 1E. RGB value is (58,200,30). Sum of RGB (Red+Green+Blue) = 58+200+30=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 200 (78.52% from 255 or 69.44% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC81E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC81E is #C537E1. Grayscale: #8A8A8A. Windows color (decimal): -12924898 or 2017338. OLE color: 2017338.

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

Color convert

RGB 58 200 30 -
CMYK 0.71 0 0.85 0.22
HSL 110.12º 0.74% 0.45% -
HSV(B) 110.12º 0.85% 0.78% -
XYZ 22.63 42.3 8.2 -
YUV 138.16 66.96 70.82 -
System Red Green Blue C M Y K H S L
Decimal 58 200 30 0.71 0 0.85 0.22 110.12 0.74 0.45
Hex 3A C8 1E 47 0 55 16 6E 4A 2D
Octal 72 310 36 107 0 125 26 156 112 55
Binary 111010 11001000 11110 1000111 0 1010101 10110 1101110 1001010 101101

Color Harmonies of #3AC81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC81E

Black with #3AC81E

Text Example


Text Example

White with #3AC81E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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