Html Css Color HEX #3DDC1B Lime Green

📋 copy color: '#3DDC1B'

red 61 ◦ green 220 ◦ blue 27

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

Shades of Lime Green #3DDC1B

Tints of Lime Green #3DDC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.77%

R = 19.81%
G = 71.43%
B = 8.77%

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

#3DDC1B (or 0x3DDC1B) is known color: Lime Green. HEX triplet: 3D, DC and 1B. RGB value is (61,220,27). Sum of RGB (Red+Green+Blue) = 61+220+27=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 220 (86.33% from 255 or 71.43% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDC1B is #C223E4. Grayscale: #979797. Windows color (decimal): -12723173 or 1825853. OLE color: 1825853.

HSL color Cylindrical-coordinate representation of color #3DDC1B: hue angle of 109.43º degrees, saturation: 0.78, 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 #3DDC1B is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 220 27 -
CMYK 0.72 0 0.88 0.14
HSL 109.43º 0.78% 0.48% -
HSV(B) 109.43º 0.88% 0.86% -
XYZ 27.72 52.26 9.66 -
YUV 150.46 58.32 64.19 -
System Red Green Blue C M Y K H S L
Decimal 61 220 27 0.72 0 0.88 0.14 109.43 0.78 0.48
Hex 3D DC 1B 48 0 58 E 6D 4E 30
Octal 75 334 33 110 0 130 16 155 116 60
Binary 111101 11011100 11011 1001000 0 1011000 1110 1101101 1001110 110000

Color Harmonies of #3DDC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDC1B

Black with #3DDC1B

Text Example


Text Example

White with #3DDC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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