Html Css Color HEX #3EDD0F Harlequin

📋 copy color: '#3EDD0F'

red 62 ◦ green 221 ◦ blue 15

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

Shades of Harlequin #3EDD0F

Tints of Harlequin #3EDD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 20.81%
G = 74.16%
B = 5.03%

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

#3EDD0F (or 0x3EDD0F) is known color: Harlequin. HEX triplet: 3E, DD and 0F. RGB value is (62,221,15). Sum of RGB (Red+Green+Blue) = 62+221+15=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 221 (86.72% from 255 or 74.16% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDD0F is #C122F0. Grayscale: #969696. Windows color (decimal): -12657393 or 1039678. OLE color: 1039678.

HSL color Cylindrical-coordinate representation of color #3EDD0F: hue angle of 106.31º degrees, saturation: 0.87, 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 #3EDD0F is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 221 15 -
CMYK 0.72 0 0.93 0.13
HSL 106.31º 0.87% 0.46% -
HSV(B) 106.31º 0.93% 0.87% -
XYZ 27.93 52.77 9.17 -
YUV 149.98 51.82 65.25 -
System Red Green Blue C M Y K H S L
Decimal 62 221 15 0.72 0 0.93 0.13 106.31 0.87 0.46
Hex 3E DD F 48 0 5D D 6A 57 2E
Octal 76 335 17 110 0 135 15 152 127 56
Binary 111110 11011101 1111 1001000 0 1011101 1101 1101010 1010111 101110

Color Harmonies of #3EDD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDD0F

Black with #3EDD0F

Text Example


Text Example

White with #3EDD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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