Html Css Color HEX #3DDA2C Lime Green

📋 copy color: '#3DDA2C'

red 61 ◦ green 218 ◦ blue 44

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

Shades of Lime Green #3DDA2C

Tints of Lime Green #3DDA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.62%

R = 18.89%
G = 67.49%
B = 13.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#3DDA2C (or 0x3DDA2C) is known color: Lime Green. HEX triplet: 3D, DA and 2C. RGB value is (61,218,44). Sum of RGB (Red+Green+Blue) = 61+218+44=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 218 (85.55% from 255 or 67.49% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDA2C is #C225D3. Grayscale: #979797. Windows color (decimal): -12723668 or 2939453. OLE color: 2939453.

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

Color convert

RGB 61 218 44 -
CMYK 0.72 0 0.80 0.15
HSL 114.14º 0.7% 0.51% -
HSV(B) 114.14º 0.8% 0.85% -
XYZ 27.45 51.32 10.84 -
YUV 151.22 67.49 63.65 -
System Red Green Blue C M Y K H S L
Decimal 61 218 44 0.72 0 0.80 0.15 114.14 0.7 0.51
Hex 3D DA 2C 48 0 50 F 72 46 33
Octal 75 332 54 110 0 120 17 162 106 63
Binary 111101 11011010 101100 1001000 0 1010000 1111 1110010 1000110 110011

Color Harmonies of #3DDA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDA2C

Black with #3DDA2C

Text Example


Text Example

White with #3DDA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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