Html Css Color HEX #3DDC28 Lime Green

📋 copy color: '#3DDC28'

red 61 ◦ green 220 ◦ blue 40

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

Shades of Lime Green #3DDC28

Tints of Lime Green #3DDC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.46%

R = 19%
G = 68.54%
B = 12.46%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#3DDC28 (or 0x3DDC28) is known color: Lime Green. HEX triplet: 3D, DC and 28. RGB value is (61,220,40). Sum of RGB (Red+Green+Blue) = 61+220+40=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 220 (86.33% from 255 or 68.54% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDC28 is #C223D7. Grayscale: #989898. Windows color (decimal): -12723160 or 2677821. OLE color: 2677821.

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

Color convert

RGB 61 220 40 -
CMYK 0.72 0 0.82 0.14
HSL 113º 0.72% 0.51% -
HSV(B) 113º 0.82% 0.86% -
XYZ 27.9 52.33 10.64 -
YUV 151.94 64.82 63.14 -
System Red Green Blue C M Y K H S L
Decimal 61 220 40 0.72 0 0.82 0.14 113 0.72 0.51
Hex 3D DC 28 48 0 52 E 71 48 33
Octal 75 334 50 110 0 122 16 161 110 63
Binary 111101 11011100 101000 1001000 0 1010010 1110 1110001 1001000 110011

Color Harmonies of #3DDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDC28

Black with #3DDC28

Text Example


Text Example

White with #3DDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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