Html Css Color HEX #3AD61F Lime Green

📋 copy color: '#3AD61F'

red 58 ◦ green 214 ◦ blue 31

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

Shades of Lime Green #3AD61F

Tints of Lime Green #3AD61F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 70.63%

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

R = 19.14%
G = 70.63%
B = 10.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#3AD61F (or 0x3AD61F) is known color: Lime Green. HEX triplet: 3A, D6 and 1F. RGB value is (58,214,31). Sum of RGB (Red+Green+Blue) = 58+214+31=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 214 (83.98% from 255 or 70.63% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD61F is #C529E0. Grayscale: #939393. Windows color (decimal): -12921313 or 2086458. OLE color: 2086458.

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

Color convert

RGB 58 214 31 -
CMYK 0.73 0 0.86 0.16
HSL 111.15º 0.75% 0.48% -
HSV(B) 111.15º 0.86% 0.84% -
XYZ 26.04 49.09 9.4 -
YUV 146.49 62.82 64.88 -
System Red Green Blue C M Y K H S L
Decimal 58 214 31 0.73 0 0.86 0.16 111.15 0.75 0.48
Hex 3A D6 1F 49 0 56 10 6F 4B 30
Octal 72 326 37 111 0 126 20 157 113 60
Binary 111010 11010110 11111 1001001 0 1010110 10000 1101111 1001011 110000

Color Harmonies of #3AD61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD61F

Black with #3AD61F

Text Example


Text Example

White with #3AD61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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