Html Css Color HEX #3DDA20 Lime Green

📋 copy color: '#3DDA20'

red 61 ◦ green 218 ◦ blue 32

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

Shades of Lime Green #3DDA20

Tints of Lime Green #3DDA20

RGB

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

 GREEN value IS 218 (85.55% from 255) = 70.1%

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 19.61%
G = 70.1%
B = 10.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#3DDA20 (or 0x3DDA20) is known color: Lime Green. HEX triplet: 3D, DA and 20. RGB value is (61,218,32). Sum of RGB (Red+Green+Blue) = 61+218+32=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 218 (85.55% from 255 or 70.10% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDA20 is #C225DF. Grayscale: #969696. Windows color (decimal): -12723680 or 2153021. OLE color: 2153021.

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

Color convert

RGB 61 218 32 -
CMYK 0.72 0 0.85 0.15
HSL 110.65º 0.74% 0.49% -
HSV(B) 110.65º 0.85% 0.85% -
XYZ 27.26 51.24 9.82 -
YUV 149.85 61.49 64.62 -
System Red Green Blue C M Y K H S L
Decimal 61 218 32 0.72 0 0.85 0.15 110.65 0.74 0.49
Hex 3D DA 20 48 0 55 F 6F 4A 31
Octal 75 332 40 110 0 125 17 157 112 61
Binary 111101 11011010 100000 1001000 0 1010101 1111 1101111 1001010 110001

Color Harmonies of #3DDA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDA20

Black with #3DDA20

Text Example


Text Example

White with #3DDA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,218,32); }

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

background-color css

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

 a { background-color: rgb(61,218,32); }

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

border-color css

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

 span { border-color: rgb(61,218,32); }

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