Html Css Color HEX #3DDA4A Lime Green

📋 copy color: '#3DDA4A'

red 61 ◦ green 218 ◦ blue 74

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

Shades of Lime Green #3DDA4A

Tints of Lime Green #3DDA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 17.28%
G = 61.76%
B = 20.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#3DDA4A (or 0x3DDA4A) is known color: Lime Green. HEX triplet: 3D, DA and 4A. RGB value is (61,218,74). Sum of RGB (Red+Green+Blue) = 61+218+74=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 218 (85.55% from 255 or 61.76% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDA4A is #C225B5. Grayscale: #9B9B9B. Windows color (decimal): -12723638 or 4905533. OLE color: 4905533.

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

Color convert

RGB 61 218 74 -
CMYK 0.72 0 0.66 0.15
HSL 124.97º 0.68% 0.55% -
HSV(B) 124.97º 0.72% 0.85% -
XYZ 28.23 51.63 14.96 -
YUV 154.64 82.49 61.21 -
System Red Green Blue C M Y K H S L
Decimal 61 218 74 0.72 0 0.66 0.15 124.97 0.68 0.55
Hex 3D DA 4A 48 0 42 F 7D 44 37
Octal 75 332 112 110 0 102 17 175 104 67
Binary 111101 11011010 1001010 1001000 0 1000010 1111 1111101 1000100 110111

Color Harmonies of #3DDA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDA4A

Black with #3DDA4A

Text Example


Text Example

White with #3DDA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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