Html Css Color HEX #3DE511 Harlequin

📋 copy color: '#3DE511'

red 61 ◦ green 229 ◦ blue 17

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

Shades of Harlequin #3DE511

Tints of Harlequin #3DE511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.54%

R = 19.87%
G = 74.59%
B = 5.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#3DE511 (or 0x3DE511) is known color: Harlequin. HEX triplet: 3D, E5 and 11. RGB value is (61,229,17). Sum of RGB (Red+Green+Blue) = 61+229+17=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 229 (89.84% from 255 or 74.59% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 229 - color contains mainly: green. Hex color #3DE511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DE511 is #C21AEE. Grayscale: #9B9B9B. Windows color (decimal): -12720879 or 1172797. OLE color: 1172797.

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

Color convert

RGB 61 229 17 -
CMYK 0.73 0 0.93 0.10
HSL 107.55º 0.86% 0.48% -
HSV(B) 107.55º 0.93% 0.9% -
XYZ 30.04 57.07 9.96 -
YUV 154.6 50.34 61.24 -
System Red Green Blue C M Y K H S L
Decimal 61 229 17 0.73 0 0.93 0.10 107.55 0.86 0.48
Hex 3D E5 11 49 0 5D A 6C 56 30
Octal 75 345 21 111 0 135 12 154 126 60
Binary 111101 11100101 10001 1001001 0 1011101 1010 1101100 1010110 110000

Color Harmonies of #3DE511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE511

Black with #3DE511

Text Example


Text Example

White with #3DE511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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