Html Css Color HEX #3DD828 Lime Green

📋 copy color: '#3DD828'

red 61 ◦ green 216 ◦ blue 40

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

Shades of Lime Green #3DD828

Tints of Lime Green #3DD828

RGB

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

 GREEN value IS 216 (84.77% from 255) = 68.14%

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

R = 19.24%
G = 68.14%
B = 12.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#3DD828 (or 0x3DD828) is known color: Lime Green. HEX triplet: 3D, D8 and 28. RGB value is (61,216,40). Sum of RGB (Red+Green+Blue) = 61+216+40=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 216 (84.77% from 255 or 68.14% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD828 is #C227D7. Grayscale: #969696. Windows color (decimal): -12724184 or 2676797. OLE color: 2676797.

HSL color Cylindrical-coordinate representation of color #3DD828: hue angle of 112.84º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DD828 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 216 40 -
CMYK 0.72 0 0.81 0.15
HSL 112.84º 0.69% 0.5% -
HSV(B) 112.84º 0.81% 0.85% -
XYZ 26.86 50.26 10.29 -
YUV 149.59 66.15 64.81 -
System Red Green Blue C M Y K H S L
Decimal 61 216 40 0.72 0 0.81 0.15 112.84 0.69 0.5
Hex 3D D8 28 48 0 51 F 71 45 32
Octal 75 330 50 110 0 121 17 161 105 62
Binary 111101 11011000 101000 1001000 0 1010001 1111 1110001 1000101 110010

Color Harmonies of #3DD828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD828

Black with #3DD828

Text Example


Text Example

White with #3DD828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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