Html Css Color HEX #3DDA2B Lime Green

📋 copy color: '#3DDA2B'

red 61 ◦ green 218 ◦ blue 43

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

Shades of Lime Green #3DDA2B

Tints of Lime Green #3DDA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.35%

R = 18.94%
G = 67.7%
B = 13.35%

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

#3DDA2B (or 0x3DDA2B) is known color: Lime Green. HEX triplet: 3D, DA and 2B. RGB value is (61,218,43). Sum of RGB (Red+Green+Blue) = 61+218+43=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 218 (85.55% from 255 or 67.70% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDA2B is #C225D4. Grayscale: #979797. Windows color (decimal): -12723669 or 2873917. OLE color: 2873917.

HSL color Cylindrical-coordinate representation of color #3DDA2B: hue angle of 113.83º 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 #3DDA2B is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 218 43 -
CMYK 0.72 0 0.80 0.15
HSL 113.83º 0.7% 0.51% -
HSV(B) 113.83º 0.8% 0.85% -
XYZ 27.43 51.31 10.74 -
YUV 151.11 66.99 63.73 -
System Red Green Blue C M Y K H S L
Decimal 61 218 43 0.72 0 0.80 0.15 113.83 0.7 0.51
Hex 3D DA 2B 48 0 50 F 72 46 33
Octal 75 332 53 110 0 120 17 162 106 63
Binary 111101 11011010 101011 1001000 0 1010000 1111 1110010 1000110 110011

Color Harmonies of #3DDA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDA2B

Black with #3DDA2B

Text Example


Text Example

White with #3DDA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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