Html Css Color HEX #3DEE16 Harlequin

📋 copy color: '#3DEE16'

red 61 ◦ green 238 ◦ blue 22

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

Shades of Harlequin #3DEE16

Tints of Harlequin #3DEE16

RGB

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

 GREEN value IS 238 (93.36% from 255) = 74.14%

 BLUE value IS 22 (8.98% from 255) = 6.85%

R = 19%
G = 74.14%
B = 6.85%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#3DEE16 (or 0x3DEE16) is known color: Harlequin. HEX triplet: 3D, EE and 16. RGB value is (61,238,22). Sum of RGB (Red+Green+Blue) = 61+238+22=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 238 (93.36% from 255 or 74.14% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEE16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DEE16 is #C211E9. Grayscale: #A1A1A1. Windows color (decimal): -12718570 or 1502781. OLE color: 1502781.

HSL color Cylindrical-coordinate representation of color #3DEE16: hue angle of 109.17º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DEE16 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 238 22 -
CMYK 0.74 0 0.91 0.07
HSL 109.17º 0.86% 0.51% -
HSV(B) 109.17º 0.91% 0.93% -
XYZ 32.64 62.2 11.04 -
YUV 160.45 49.86 57.06 -
System Red Green Blue C M Y K H S L
Decimal 61 238 22 0.74 0 0.91 0.07 109.17 0.86 0.51
Hex 3D EE 16 4A 0 5B 7 6D 56 33
Octal 75 356 26 112 0 133 7 155 126 63
Binary 111101 11101110 10110 1001010 0 1011011 111 1101101 1010110 110011

Color Harmonies of #3DEE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEE16

Black with #3DEE16

Text Example


Text Example

White with #3DEE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,238,22); }

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

background-color css

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

 a { background-color: rgb(61,238,22); }

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

border-color css

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

 span { border-color: rgb(61,238,22); }

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