Html Css Color HEX #3AD14A Lime Green

📋 copy color: '#3AD14A'

red 58 ◦ green 209 ◦ blue 74

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

Shades of Lime Green #3AD14A

Tints of Lime Green #3AD14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 61.29%

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

R = 17.01%
G = 61.29%
B = 21.7%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#3AD14A (or 0x3AD14A) is known color: Lime Green. HEX triplet: 3A, D1 and 4A. RGB value is (58,209,74). Sum of RGB (Red+Green+Blue) = 58+209+74=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 209 (82.03% from 255 or 61.29% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD14A is #C52EB5. Grayscale: #949494. Windows color (decimal): -12922550 or 4903226. OLE color: 4903226.

HSL color Cylindrical-coordinate representation of color #3AD14A: hue angle of 126.36º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD14A is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 209 74 -
CMYK 0.72 0 0.65 0.18
HSL 126.36º 0.62% 0.52% -
HSV(B) 126.36º 0.72% 0.82% -
XYZ 25.78 46.99 14.19 -
YUV 148.46 85.97 63.48 -
System Red Green Blue C M Y K H S L
Decimal 58 209 74 0.72 0 0.65 0.18 126.36 0.62 0.52
Hex 3A D1 4A 48 0 41 12 7E 3E 34
Octal 72 321 112 110 0 101 22 176 76 64
Binary 111010 11010001 1001010 1001000 0 1000001 10010 1111110 111110 110100

Color Harmonies of #3AD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD14A

Black with #3AD14A

Text Example


Text Example

White with #3AD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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