Html Css Color HEX #3AD53F Lime Green

📋 copy color: '#3AD53F'

red 58 ◦ green 213 ◦ blue 63

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

Shades of Lime Green #3AD53F

Tints of Lime Green #3AD53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.86%

R = 17.37%
G = 63.77%
B = 18.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#3AD53F (or 0x3AD53F) is known color: Lime Green. HEX triplet: 3A, D5 and 3F. RGB value is (58,213,63). Sum of RGB (Red+Green+Blue) = 58+213+63=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 213 (83.59% from 255 or 63.77% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD53F is #C52AC0. Grayscale: #969696. Windows color (decimal): -12921537 or 4183354. OLE color: 4183354.

HSL color Cylindrical-coordinate representation of color #3AD53F: hue angle of 121.94º 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 #3AD53F is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 213 63 -
CMYK 0.73 0 0.70 0.16
HSL 121.94º 0.65% 0.53% -
HSV(B) 121.94º 0.73% 0.84% -
XYZ 26.44 48.85 12.74 -
YUV 149.56 79.15 62.7 -
System Red Green Blue C M Y K H S L
Decimal 58 213 63 0.73 0 0.70 0.16 121.94 0.65 0.53
Hex 3A D5 3F 49 0 46 10 7A 41 35
Octal 72 325 77 111 0 106 20 172 101 65
Binary 111010 11010101 111111 1001001 0 1000110 10000 1111010 1000001 110101

Color Harmonies of #3AD53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD53F

Black with #3AD53F

Text Example


Text Example

White with #3AD53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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