Html Css Color HEX #3ADB4A Lime Green

📋 copy color: '#3ADB4A'

red 58 ◦ green 219 ◦ blue 74

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

Shades of Lime Green #3ADB4A

Tints of Lime Green #3ADB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 16.52%
G = 62.39%
B = 21.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#3ADB4A (or 0x3ADB4A) is known color: Lime Green. HEX triplet: 3A, DB and 4A. RGB value is (58,219,74). Sum of RGB (Red+Green+Blue) = 58+219+74=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 219 (85.94% from 255 or 62.39% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADB4A is #C524B5. Grayscale: #9A9A9A. Windows color (decimal): -12919990 or 4905786. OLE color: 4905786.

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

Color convert

RGB 58 219 74 -
CMYK 0.74 0 0.66 0.14
HSL 125.96º 0.69% 0.54% -
HSV(B) 125.96º 0.74% 0.86% -
XYZ 28.31 52.06 15.03 -
YUV 154.33 82.66 59.29 -
System Red Green Blue C M Y K H S L
Decimal 58 219 74 0.74 0 0.66 0.14 125.96 0.69 0.54
Hex 3A DB 4A 4A 0 42 E 7E 45 36
Octal 72 333 112 112 0 102 16 176 105 66
Binary 111010 11011011 1001010 1001010 0 1000010 1110 1111110 1000101 110110

Color Harmonies of #3ADB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADB4A

Black with #3ADB4A

Text Example


Text Example

White with #3ADB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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