Html Css Color HEX #3DE556 Lime Green

📋 copy color: '#3DE556'

red 61 ◦ green 229 ◦ blue 86

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

Shades of Lime Green #3DE556

Tints of Lime Green #3DE556

RGB

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

 GREEN value IS 229 (89.84% from 255) = 60.9%

 BLUE value IS 86 (33.98% from 255) = 22.87%

R = 16.22%
G = 60.9%
B = 22.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#3DE556 (or 0x3DE556) is known color: Lime Green. HEX triplet: 3D, E5 and 56. RGB value is (61,229,86). Sum of RGB (Red+Green+Blue) = 61+229+86=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 229 (89.84% from 255 or 60.90% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 229 - color contains mainly: green. Hex color #3DE556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE556 is #C21AA9. Grayscale: #A2A2A2. Windows color (decimal): -12720810 or 5694781. OLE color: 5694781.

HSL color Cylindrical-coordinate representation of color #3DE556: hue angle of 128.93º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE556 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB 61 229 86 -
CMYK 0.73 0 0.62 0.10
HSL 128.93º 0.76% 0.57% -
HSV(B) 128.93º 0.73% 0.9% -
XYZ 31.62 57.7 18.28 -
YUV 162.47 84.84 55.63 -
System Red Green Blue C M Y K H S L
Decimal 61 229 86 0.73 0 0.62 0.10 128.93 0.76 0.57
Hex 3D E5 56 49 0 3E A 81 4C 39
Octal 75 345 126 111 0 76 12 201 114 71
Binary 111101 11100101 1010110 1001001 0 111110 1010 10000001 1001100 111001

Color Harmonies of #3DE556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE556

Black with #3DE556

Text Example


Text Example

White with #3DE556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,229,86); }

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

background-color css

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

 a { background-color: rgb(61,229,86); }

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

border-color css

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

 span { border-color: rgb(61,229,86); }

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