Html Css Color HEX #3ADB3F Lime Green

📋 copy color: '#3ADB3F'

red 58 ◦ green 219 ◦ blue 63

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

Shades of Lime Green #3ADB3F

Tints of Lime Green #3ADB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.53%

R = 17.06%
G = 64.41%
B = 18.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#3ADB3F (or 0x3ADB3F) is known color: Lime Green. HEX triplet: 3A, DB and 3F. RGB value is (58,219,63). Sum of RGB (Red+Green+Blue) = 58+219+63=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 219 (85.94% from 255 or 64.41% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADB3F is #C524C0. Grayscale: #999999. Windows color (decimal): -12920001 or 4184890. OLE color: 4184890.

HSL color Cylindrical-coordinate representation of color #3ADB3F: hue angle of 121.86º 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 #3ADB3F is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 219 63 -
CMYK 0.74 0 0.71 0.14
HSL 121.86º 0.69% 0.54% -
HSV(B) 121.86º 0.74% 0.86% -
XYZ 27.97 51.92 13.25 -
YUV 153.08 77.16 60.18 -
System Red Green Blue C M Y K H S L
Decimal 58 219 63 0.74 0 0.71 0.14 121.86 0.69 0.54
Hex 3A DB 3F 4A 0 47 E 7A 45 36
Octal 72 333 77 112 0 107 16 172 105 66
Binary 111010 11011011 111111 1001010 0 1000111 1110 1111010 1000101 110110

Color Harmonies of #3ADB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADB3F

Black with #3ADB3F

Text Example


Text Example

White with #3ADB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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