Html Css Color HEX #3AD81A Lime Green

📋 copy color: '#3AD81A'

red 58 ◦ green 216 ◦ blue 26

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

Shades of Lime Green #3AD81A

Tints of Lime Green #3AD81A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 72%

 BLUE value IS 26 (10.55% from 255) = 8.67%

R = 19.33%
G = 72%
B = 8.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#3AD81A (or 0x3AD81A) is known color: Lime Green. HEX triplet: 3A, D8 and 1A. RGB value is (58,216,26). Sum of RGB (Red+Green+Blue) = 58+216+26=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 216 (84.77% from 255 or 72% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD81A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD81A is #C527E5. Grayscale: #939393. Windows color (decimal): -12920806 or 1759290. OLE color: 1759290.

HSL color Cylindrical-coordinate representation of color #3AD81A: hue angle of 109.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AD81A is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 216 26 -
CMYK 0.73 0 0.88 0.15
HSL 109.89º 0.79% 0.47% -
HSV(B) 109.89º 0.88% 0.85% -
XYZ 26.49 50.09 9.25 -
YUV 147.1 59.65 64.45 -
System Red Green Blue C M Y K H S L
Decimal 58 216 26 0.73 0 0.88 0.15 109.89 0.79 0.47
Hex 3A D8 1A 49 0 58 F 6E 4F 2F
Octal 72 330 32 111 0 130 17 156 117 57
Binary 111010 11011000 11010 1001001 0 1011000 1111 1101110 1001111 101111

Color Harmonies of #3AD81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD81A

Black with #3AD81A

Text Example


Text Example

White with #3AD81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,216,26); }

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

background-color css

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

 a { background-color: rgb(58,216,26); }

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

border-color css

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

 span { border-color: rgb(58,216,26); }

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