Html Css Color HEX #3AD71A Lime Green

📋 copy color: '#3AD71A'

red 58 ◦ green 215 ◦ blue 26

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

Shades of Lime Green #3AD71A

Tints of Lime Green #3AD71A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 71.91%

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

R = 19.4%
G = 71.91%
B = 8.7%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#3AD71A (or 0x3AD71A) is known color: Lime Green. HEX triplet: 3A, D7 and 1A. RGB value is (58,215,26). Sum of RGB (Red+Green+Blue) = 58+215+26=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 215 (84.38% from 255 or 71.91% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD71A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD71A is #C528E5. Grayscale: #939393. Windows color (decimal): -12921062 or 1759034. OLE color: 1759034.

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

Color convert

RGB 58 215 26 -
CMYK 0.73 0 0.88 0.16
HSL 109.84º 0.78% 0.47% -
HSV(B) 109.84º 0.88% 0.84% -
XYZ 26.23 49.58 9.16 -
YUV 146.51 59.99 64.87 -
System Red Green Blue C M Y K H S L
Decimal 58 215 26 0.73 0 0.88 0.16 109.84 0.78 0.47
Hex 3A D7 1A 49 0 58 10 6E 4E 2F
Octal 72 327 32 111 0 130 20 156 116 57
Binary 111010 11010111 11010 1001001 0 1011000 10000 1101110 1001110 101111

Color Harmonies of #3AD71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD71A

Black with #3AD71A

Text Example


Text Example

White with #3AD71A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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