Html Css Color HEX #3AD43A Lime Green

📋 copy color: '#3AD43A'

red 58 ◦ green 212 ◦ blue 58

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

Shades of Lime Green #3AD43A

Tints of Lime Green #3AD43A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 64.63%

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 17.68%
G = 64.63%
B = 17.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#3AD43A (or 0x3AD43A) is known color: Lime Green. HEX triplet: 3A, D4 and 3A. RGB value is (58,212,58). Sum of RGB (Red+Green+Blue) = 58+212+58=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 212 (83.20% from 255 or 64.63% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD43A is #C52BC5. Grayscale: #949494. Windows color (decimal): -12921798 or 3855418. OLE color: 3855418.

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

Color convert

RGB 58 212 58 -
CMYK 0.73 0 0.73 0.17
HSL 120º 0.64% 0.53% -
HSV(B) 120º 0.73% 0.83% -
XYZ 26.05 48.29 11.95 -
YUV 148.4 76.98 63.52 -
System Red Green Blue C M Y K H S L
Decimal 58 212 58 0.73 0 0.73 0.17 120 0.64 0.53
Hex 3A D4 3A 49 0 49 11 78 40 35
Octal 72 324 72 111 0 111 21 170 100 65
Binary 111010 11010100 111010 1001001 0 1001001 10001 1111000 1000000 110101

Color Harmonies of #3AD43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD43A

Black with #3AD43A

Text Example


Text Example

White with #3AD43A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,212,58); }

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

background-color css

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

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

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

border-color css

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

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

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