Html Css Color HEX #3EDD10 Harlequin

📋 copy color: '#3EDD10'

red 62 ◦ green 221 ◦ blue 16

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

Shades of Harlequin #3EDD10

Tints of Harlequin #3EDD10

RGB

 RED value IS 62 (24.61% from 255) = 20.74%

 GREEN value IS 221 (86.72% from 255) = 73.91%

 BLUE value IS 16 (6.64% from 255) = 5.35%

R = 20.74%
G = 73.91%
B = 5.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#3EDD10 (or 0x3EDD10) is known color: Harlequin. HEX triplet: 3E, DD and 10. RGB value is (62,221,16). Sum of RGB (Red+Green+Blue) = 62+221+16=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 221 (86.72% from 255 or 73.91% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDD10 is #C122EF. Grayscale: #969696. Windows color (decimal): -12657392 or 1105214. OLE color: 1105214.

HSL color Cylindrical-coordinate representation of color #3EDD10: hue angle of 106.54º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3EDD10 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 221 16 -
CMYK 0.72 0 0.93 0.13
HSL 106.54º 0.86% 0.46% -
HSV(B) 106.54º 0.93% 0.87% -
XYZ 27.94 52.77 9.2 -
YUV 150.09 52.32 65.17 -
System Red Green Blue C M Y K H S L
Decimal 62 221 16 0.72 0 0.93 0.13 106.54 0.86 0.46
Hex 3E DD 10 48 0 5D D 6B 56 2E
Octal 76 335 20 110 0 135 15 153 126 56
Binary 111110 11011101 10000 1001000 0 1011101 1101 1101011 1010110 101110

Color Harmonies of #3EDD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDD10

Black with #3EDD10

Text Example


Text Example

White with #3EDD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,221,16); }

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

background-color css

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

 a { background-color: rgb(62,221,16); }

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

border-color css

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

 span { border-color: rgb(62,221,16); }

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