Html Css Color HEX #3DDB28 Lime Green

📋 copy color: '#3DDB28'

red 61 ◦ green 219 ◦ blue 40

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

Shades of Lime Green #3DDB28

Tints of Lime Green #3DDB28

RGB

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

 GREEN value IS 219 (85.94% from 255) = 68.44%

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

R = 19.06%
G = 68.44%
B = 12.5%

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

#3DDB28 (or 0x3DDB28) is known color: Lime Green. HEX triplet: 3D, DB and 28. RGB value is (61,219,40). Sum of RGB (Red+Green+Blue) = 61+219+40=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 219 (85.94% from 255 or 68.44% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDB28 is #C224D7. Grayscale: #979797. Windows color (decimal): -12723416 or 2677565. OLE color: 2677565.

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

Color convert

RGB 61 219 40 -
CMYK 0.72 0 0.82 0.14
HSL 112.96º 0.71% 0.51% -
HSV(B) 112.96º 0.82% 0.86% -
XYZ 27.64 51.81 10.55 -
YUV 151.35 65.15 63.55 -
System Red Green Blue C M Y K H S L
Decimal 61 219 40 0.72 0 0.82 0.14 112.96 0.71 0.51
Hex 3D DB 28 48 0 52 E 71 47 33
Octal 75 333 50 110 0 122 16 161 107 63
Binary 111101 11011011 101000 1001000 0 1010010 1110 1110001 1000111 110011

Color Harmonies of #3DDB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDB28

Black with #3DDB28

Text Example


Text Example

White with #3DDB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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