Html Css Color HEX #3DDA2F Lime Green

📋 copy color: '#3DDA2F'

red 61 ◦ green 218 ◦ blue 47

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

Shades of Lime Green #3DDA2F

Tints of Lime Green #3DDA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.42%

R = 18.71%
G = 66.87%
B = 14.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#3DDA2F (or 0x3DDA2F) is known color: Lime Green. HEX triplet: 3D, DA and 2F. RGB value is (61,218,47). Sum of RGB (Red+Green+Blue) = 61+218+47=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 218 (85.55% from 255 or 66.87% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDA2F is #C225D0. Grayscale: #989898. Windows color (decimal): -12723665 or 3136061. OLE color: 3136061.

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

Color convert

RGB 61 218 47 -
CMYK 0.72 0 0.78 0.15
HSL 115.09º 0.7% 0.52% -
HSV(B) 115.09º 0.78% 0.85% -
XYZ 27.51 51.34 11.15 -
YUV 151.56 68.99 63.4 -
System Red Green Blue C M Y K H S L
Decimal 61 218 47 0.72 0 0.78 0.15 115.09 0.7 0.52
Hex 3D DA 2F 48 0 4E F 73 46 34
Octal 75 332 57 110 0 116 17 163 106 64
Binary 111101 11011010 101111 1001000 0 1001110 1111 1110011 1000110 110100

Color Harmonies of #3DDA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDA2F

Black with #3DDA2F

Text Example


Text Example

White with #3DDA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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