Html Css Color HEX #3ADB31 Lime Green

📋 copy color: '#3ADB31'

red 58 ◦ green 219 ◦ blue 49

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

Shades of Lime Green #3ADB31

Tints of Lime Green #3ADB31

RGB

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

 GREEN value IS 219 (85.94% from 255) = 67.18%

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 17.79%
G = 67.18%
B = 15.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#3ADB31 (or 0x3ADB31) is known color: Lime Green. HEX triplet: 3A, DB and 31. RGB value is (58,219,49). Sum of RGB (Red+Green+Blue) = 58+219+49=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 219 (85.94% from 255 or 67.18% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADB31 is #C524CE. Grayscale: #979797. Windows color (decimal): -12920015 or 3267386. OLE color: 3267386.

HSL color Cylindrical-coordinate representation of color #3ADB31: hue angle of 116.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3ADB31 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 219 49 -
CMYK 0.74 0 0.78 0.14
HSL 116.82º 0.7% 0.53% -
HSV(B) 116.82º 0.78% 0.86% -
XYZ 27.63 51.78 11.44 -
YUV 151.48 70.16 61.32 -
System Red Green Blue C M Y K H S L
Decimal 58 219 49 0.74 0 0.78 0.14 116.82 0.7 0.53
Hex 3A DB 31 4A 0 4E E 75 46 35
Octal 72 333 61 112 0 116 16 165 106 65
Binary 111010 11011011 110001 1001010 0 1001110 1110 1110101 1000110 110101

Color Harmonies of #3ADB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADB31

Black with #3ADB31

Text Example


Text Example

White with #3ADB31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,219,49); }

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

background-color css

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

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

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

border-color css

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

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

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