Html Css Color HEX #3DEC46 Lime Green

📋 copy color: '#3DEC46'

red 61 ◦ green 236 ◦ blue 70

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

Shades of Lime Green #3DEC46

Tints of Lime Green #3DEC46

RGB

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

 GREEN value IS 236 (92.58% from 255) = 64.31%

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 16.62%
G = 64.31%
B = 19.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#3DEC46 (or 0x3DEC46) is known color: Lime Green. HEX triplet: 3D, EC and 46. RGB value is (61,236,70). Sum of RGB (Red+Green+Blue) = 61+236+70=367 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.62% from 367); Green value is 236 (92.58% from 255 or 64.31% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEC46 is #C213B9. Grayscale: #A5A5A5. Windows color (decimal): -12719034 or 4647997. OLE color: 4647997.

HSL color Cylindrical-coordinate representation of color #3DEC46: hue angle of 123.09º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEC46 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 236 70 -
CMYK 0.74 0 0.70 0.07
HSL 123.09º 0.82% 0.58% -
HSV(B) 123.09º 0.74% 0.93% -
XYZ 33.03 61.43 15.91 -
YUV 164.75 74.52 54 -
System Red Green Blue C M Y K H S L
Decimal 61 236 70 0.74 0 0.70 0.07 123.09 0.82 0.58
Hex 3D EC 46 4A 0 46 7 7B 52 3A
Octal 75 354 106 112 0 106 7 173 122 72
Binary 111101 11101100 1000110 1001010 0 1000110 111 1111011 1010010 111010

Color Harmonies of #3DEC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEC46

Black with #3DEC46

Text Example


Text Example

White with #3DEC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,236,70); }

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

background-color css

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

 a { background-color: rgb(61,236,70); }

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

border-color css

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

 span { border-color: rgb(61,236,70); }

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