Html Css Color HEX #3AD54A Lime Green

📋 copy color: '#3AD54A'

red 58 ◦ green 213 ◦ blue 74

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

Shades of Lime Green #3AD54A

Tints of Lime Green #3AD54A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 61.74%

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

R = 16.81%
G = 61.74%
B = 21.45%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#3AD54A (or 0x3AD54A) is known color: Lime Green. HEX triplet: 3A, D5 and 4A. RGB value is (58,213,74). Sum of RGB (Red+Green+Blue) = 58+213+74=345 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.81% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD54A is #C52AB5. Grayscale: #979797. Windows color (decimal): -12921526 or 4904250. OLE color: 4904250.

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

Color convert

RGB 58 213 74 -
CMYK 0.73 0 0.65 0.16
HSL 126.19º 0.65% 0.53% -
HSV(B) 126.19º 0.73% 0.84% -
XYZ 26.78 48.98 14.52 -
YUV 150.81 84.65 61.8 -
System Red Green Blue C M Y K H S L
Decimal 58 213 74 0.73 0 0.65 0.16 126.19 0.65 0.53
Hex 3A D5 4A 49 0 41 10 7E 41 35
Octal 72 325 112 111 0 101 20 176 101 65
Binary 111010 11010101 1001010 1001001 0 1000001 10000 1111110 1000001 110101

Color Harmonies of #3AD54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD54A

Black with #3AD54A

Text Example


Text Example

White with #3AD54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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