Html Css Color HEX #3ADB46 Lime Green

📋 copy color: '#3ADB46'

red 58 ◦ green 219 ◦ blue 70

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

Shades of Lime Green #3ADB46

Tints of Lime Green #3ADB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.17%

R = 16.71%
G = 63.11%
B = 20.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#3ADB46 (or 0x3ADB46) is known color: Lime Green. HEX triplet: 3A, DB and 46. RGB value is (58,219,70). Sum of RGB (Red+Green+Blue) = 58+219+70=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 219 (85.94% from 255 or 63.11% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADB46 is #C524B9. Grayscale: #9A9A9A. Windows color (decimal): -12919994 or 4643642. OLE color: 4643642.

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

Color convert

RGB 58 219 70 -
CMYK 0.74 0 0.68 0.14
HSL 124.47º 0.69% 0.54% -
HSV(B) 124.47º 0.74% 0.86% -
XYZ 28.18 52 14.35 -
YUV 153.88 80.66 59.62 -
System Red Green Blue C M Y K H S L
Decimal 58 219 70 0.74 0 0.68 0.14 124.47 0.69 0.54
Hex 3A DB 46 4A 0 44 E 7C 45 36
Octal 72 333 106 112 0 104 16 174 105 66
Binary 111010 11011011 1000110 1001010 0 1000100 1110 1111100 1000101 110110

Color Harmonies of #3ADB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADB46

Black with #3ADB46

Text Example


Text Example

White with #3ADB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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