Html Css Color HEX #3ADD1C Lime Green

📋 copy color: '#3ADD1C'

red 58 ◦ green 221 ◦ blue 28

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

Shades of Lime Green #3ADD1C

Tints of Lime Green #3ADD1C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 71.99%

 BLUE value IS 28 (11.33% from 255) = 9.12%

R = 18.89%
G = 71.99%
B = 9.12%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#3ADD1C (or 0x3ADD1C) is known color: Lime Green. HEX triplet: 3A, DD and 1C. RGB value is (58,221,28). Sum of RGB (Red+Green+Blue) = 58+221+28=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 221 (86.72% from 255 or 71.99% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADD1C is #C522E3. Grayscale: #969696. Windows color (decimal): -12919524 or 1891642. OLE color: 1891642.

HSL color Cylindrical-coordinate representation of color #3ADD1C: hue angle of 110.67º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3ADD1C is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 221 28 -
CMYK 0.74 0 0.87 0.13
HSL 110.67º 0.78% 0.49% -
HSV(B) 110.67º 0.87% 0.87% -
XYZ 27.81 52.7 9.8 -
YUV 150.26 59 62.19 -
System Red Green Blue C M Y K H S L
Decimal 58 221 28 0.74 0 0.87 0.13 110.67 0.78 0.49
Hex 3A DD 1C 4A 0 57 D 6F 4E 31
Octal 72 335 34 112 0 127 15 157 116 61
Binary 111010 11011101 11100 1001010 0 1010111 1101 1101111 1001110 110001

Color Harmonies of #3ADD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADD1C

Black with #3ADD1C

Text Example


Text Example

White with #3ADD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,221,28); }

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

background-color css

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

 a { background-color: rgb(58,221,28); }

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

border-color css

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

 span { border-color: rgb(58,221,28); }

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