Html Css Color HEX #3AD41F Lime Green

📋 copy color: '#3AD41F'

red 58 ◦ green 212 ◦ blue 31

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

Shades of Lime Green #3AD41F

Tints of Lime Green #3AD41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 19.27%
G = 70.43%
B = 10.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#3AD41F (or 0x3AD41F) is known color: Lime Green. HEX triplet: 3A, D4 and 1F. RGB value is (58,212,31). Sum of RGB (Red+Green+Blue) = 58+212+31=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 212 (83.20% from 255 or 70.43% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD41F is #C52BE0. Grayscale: #919191. Windows color (decimal): -12921825 or 2085946. OLE color: 2085946.

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

Color convert

RGB 58 212 31 -
CMYK 0.73 0 0.85 0.17
HSL 111.05º 0.74% 0.48% -
HSV(B) 111.05º 0.85% 0.83% -
XYZ 25.54 48.09 9.23 -
YUV 145.32 63.48 65.72 -
System Red Green Blue C M Y K H S L
Decimal 58 212 31 0.73 0 0.85 0.17 111.05 0.74 0.48
Hex 3A D4 1F 49 0 55 11 6F 4A 30
Octal 72 324 37 111 0 125 21 157 112 60
Binary 111010 11010100 11111 1001001 0 1010101 10001 1101111 1001010 110000

Color Harmonies of #3AD41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD41F

Black with #3AD41F

Text Example


Text Example

White with #3AD41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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