Html Css Color HEX #3ADA16 Lime Green

📋 copy color: '#3ADA16'

red 58 ◦ green 218 ◦ blue 22

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

Shades of Lime Green #3ADA16

Tints of Lime Green #3ADA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 73.15%

 BLUE value IS 22 (8.98% from 255) = 7.38%

R = 19.46%
G = 73.15%
B = 7.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#3ADA16 (or 0x3ADA16) is known color: Lime Green. HEX triplet: 3A, DA and 16. RGB value is (58,218,22). Sum of RGB (Red+Green+Blue) = 58+218+22=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 218 (85.55% from 255 or 73.15% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADA16 is #C525E9. Grayscale: #949494. Windows color (decimal): -12920298 or 1497658. OLE color: 1497658.

HSL color Cylindrical-coordinate representation of color #3ADA16: hue angle of 108.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3ADA16 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 218 22 -
CMYK 0.73 0 0.90 0.15
HSL 108.98º 0.82% 0.47% -
HSV(B) 108.98º 0.9% 0.85% -
XYZ 26.96 51.1 9.2 -
YUV 147.82 56.99 63.94 -
System Red Green Blue C M Y K H S L
Decimal 58 218 22 0.73 0 0.90 0.15 108.98 0.82 0.47
Hex 3A DA 16 49 0 5A F 6D 52 2F
Octal 72 332 26 111 0 132 17 155 122 57
Binary 111010 11011010 10110 1001001 0 1011010 1111 1101101 1010010 101111

Color Harmonies of #3ADA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADA16

Black with #3ADA16

Text Example


Text Example

White with #3ADA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,218,22); }

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

background-color css

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

 a { background-color: rgb(58,218,22); }

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

border-color css

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

 span { border-color: rgb(58,218,22); }

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