Html Css Color HEX #3DEC54 Lime Green

📋 copy color: '#3DEC54'

red 61 ◦ green 236 ◦ blue 84

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

Shades of Lime Green #3DEC54

Tints of Lime Green #3DEC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.05%

R = 16.01%
G = 61.94%
B = 22.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#3DEC54 (or 0x3DEC54) is known color: Lime Green. HEX triplet: 3D, EC and 54. RGB value is (61,236,84). Sum of RGB (Red+Green+Blue) = 61+236+84=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 236 (92.58% from 255 or 61.94% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEC54 is #C213AB. Grayscale: #A6A6A6. Windows color (decimal): -12719020 or 5565501. OLE color: 5565501.

HSL color Cylindrical-coordinate representation of color #3DEC54: hue angle of 127.89º 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 #3DEC54 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 236 84 -
CMYK 0.74 0 0.64 0.07
HSL 127.89º 0.82% 0.58% -
HSV(B) 127.89º 0.74% 0.93% -
XYZ 33.52 61.62 18.52 -
YUV 166.35 81.52 52.86 -
System Red Green Blue C M Y K H S L
Decimal 61 236 84 0.74 0 0.64 0.07 127.89 0.82 0.58
Hex 3D EC 54 4A 0 40 7 80 52 3A
Octal 75 354 124 112 0 100 7 200 122 72
Binary 111101 11101100 1010100 1001010 0 1000000 111 10000000 1010010 111010

Color Harmonies of #3DEC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEC54

Black with #3DEC54

Text Example


Text Example

White with #3DEC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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