Html Css Color HEX #3DDC1A Lime Green

📋 copy color: '#3DDC1A'

red 61 ◦ green 220 ◦ blue 26

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

Shades of Lime Green #3DDC1A

Tints of Lime Green #3DDC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.47%

R = 19.87%
G = 71.66%
B = 8.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#3DDC1A (or 0x3DDC1A) is known color: Lime Green. HEX triplet: 3D, DC and 1A. RGB value is (61,220,26). Sum of RGB (Red+Green+Blue) = 61+220+26=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 220 (86.33% from 255 or 71.66% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDC1A is #C223E5. Grayscale: #969696. Windows color (decimal): -12723174 or 1760317. OLE color: 1760317.

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

Color convert

RGB 61 220 26 -
CMYK 0.72 0 0.88 0.14
HSL 109.18º 0.79% 0.48% -
HSV(B) 109.18º 0.88% 0.86% -
XYZ 27.7 52.25 9.6 -
YUV 150.34 57.82 64.27 -
System Red Green Blue C M Y K H S L
Decimal 61 220 26 0.72 0 0.88 0.14 109.18 0.79 0.48
Hex 3D DC 1A 48 0 58 E 6D 4F 30
Octal 75 334 32 110 0 130 16 155 117 60
Binary 111101 11011100 11010 1001000 0 1011000 1110 1101101 1001111 110000

Color Harmonies of #3DDC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDC1A

Black with #3DDC1A

Text Example


Text Example

White with #3DDC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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