Html Css Color HEX #3AD51F Lime Green

📋 copy color: '#3AD51F'

red 58 ◦ green 213 ◦ blue 31

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

Shades of Lime Green #3AD51F

Tints of Lime Green #3AD51F

RGB

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

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

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

R = 19.21%
G = 70.53%
B = 10.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#3AD51F (or 0x3AD51F) is known color: Lime Green. HEX triplet: 3A, D5 and 1F. RGB value is (58,213,31). Sum of RGB (Red+Green+Blue) = 58+213+31=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 213 (83.59% from 255 or 70.53% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD51F is #C52AE0. Grayscale: #929292. Windows color (decimal): -12921569 or 2086202. OLE color: 2086202.

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

Color convert

RGB 58 213 31 -
CMYK 0.73 0 0.85 0.16
HSL 111.1º 0.75% 0.48% -
HSV(B) 111.1º 0.85% 0.84% -
XYZ 25.79 48.59 9.32 -
YUV 145.91 63.15 65.3 -
System Red Green Blue C M Y K H S L
Decimal 58 213 31 0.73 0 0.85 0.16 111.1 0.75 0.48
Hex 3A D5 1F 49 0 55 10 6F 4B 30
Octal 72 325 37 111 0 125 20 157 113 60
Binary 111010 11010101 11111 1001001 0 1010101 10000 1101111 1001011 110000

Color Harmonies of #3AD51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD51F

Black with #3AD51F

Text Example


Text Example

White with #3AD51F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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