Html Css Color HEX #3DDC16 Lime Green

📋 copy color: '#3DDC16'

red 61 ◦ green 220 ◦ blue 22

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

Shades of Lime Green #3DDC16

Tints of Lime Green #3DDC16

RGB

 RED value IS 61 (24.22% from 255) = 20.13%

 GREEN value IS 220 (86.33% from 255) = 72.61%

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

R = 20.13%
G = 72.61%
B = 7.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#3DDC16 (or 0x3DDC16) is known color: Lime Green. HEX triplet: 3D, DC and 16. RGB value is (61,220,22). Sum of RGB (Red+Green+Blue) = 61+220+22=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 220 (86.33% from 255 or 72.61% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDC16 is #C223E9. Grayscale: #969696. Windows color (decimal): -12723178 or 1498173. OLE color: 1498173.

HSL color Cylindrical-coordinate representation of color #3DDC16: hue angle of 108.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DDC16 is Cyan = 0.72, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 220 22 -
CMYK 0.72 0 0.9 0.14
HSL 108.18º 0.82% 0.47% -
HSV(B) 108.18º 0.9% 0.86% -
XYZ 27.66 52.24 9.38 -
YUV 149.89 55.82 64.6 -
System Red Green Blue C M Y K H S L
Decimal 61 220 22 0.72 0 0.9 0.14 108.18 0.82 0.47
Hex 3D DC 16 48 0 5A E 6C 52 2F
Octal 75 334 26 110 0 132 16 154 122 57
Binary 111101 11011100 10110 1001000 0 1011010 1110 1101100 1010010 101111

Color Harmonies of #3DDC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDC16

Black with #3DDC16

Text Example


Text Example

White with #3DDC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,220,22); }

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

background-color css

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

 a { background-color: rgb(61,220,22); }

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

border-color css

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

 span { border-color: rgb(61,220,22); }

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