Html Css Color HEX #3DD72D Lime Green

📋 copy color: '#3DD72D'

red 61 ◦ green 215 ◦ blue 45

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

Shades of Lime Green #3DD72D

Tints of Lime Green #3DD72D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 66.98%

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 19%
G = 66.98%
B = 14.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#3DD72D (or 0x3DD72D) is known color: Lime Green. HEX triplet: 3D, D7 and 2D. RGB value is (61,215,45). Sum of RGB (Red+Green+Blue) = 61+215+45=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 215 (84.38% from 255 or 66.98% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD72D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD72D is #C228D2. Grayscale: #969696. Windows color (decimal): -12724435 or 3004221. OLE color: 3004221.

HSL color Cylindrical-coordinate representation of color #3DD72D: hue angle of 114.35º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3DD72D is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 215 45 -
CMYK 0.72 0 0.79 0.16
HSL 114.35º 0.68% 0.51% -
HSV(B) 114.35º 0.79% 0.84% -
XYZ 26.7 49.78 10.68 -
YUV 149.57 68.98 64.82 -
System Red Green Blue C M Y K H S L
Decimal 61 215 45 0.72 0 0.79 0.16 114.35 0.68 0.51
Hex 3D D7 2D 48 0 4F 10 72 44 33
Octal 75 327 55 110 0 117 20 162 104 63
Binary 111101 11010111 101101 1001000 0 1001111 10000 1110010 1000100 110011

Color Harmonies of #3DD72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD72D

Black with #3DD72D

Text Example


Text Example

White with #3DD72D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,215,45); }

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

background-color css

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

 a { background-color: rgb(61,215,45); }

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

border-color css

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

 span { border-color: rgb(61,215,45); }

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