Html Css Color HEX #3DEE12 Harlequin

📋 copy color: '#3DEE12'

red 61 ◦ green 238 ◦ blue 18

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

Shades of Harlequin #3DEE12

Tints of Harlequin #3DEE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 19.24%
G = 75.08%
B = 5.68%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#3DEE12 (or 0x3DEE12) is known color: Harlequin. HEX triplet: 3D, EE and 12. RGB value is (61,238,18). Sum of RGB (Red+Green+Blue) = 61+238+18=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 238 (93.36% from 255 or 75.08% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEE12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DEE12 is #C211ED. Grayscale: #A0A0A0. Windows color (decimal): -12718574 or 1240637. OLE color: 1240637.

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

Color convert

RGB 61 238 18 -
CMYK 0.74 0 0.92 0.07
HSL 108.27º 0.87% 0.5% -
HSV(B) 108.27º 0.92% 0.93% -
XYZ 32.61 62.18 10.86 -
YUV 160 47.86 57.39 -
System Red Green Blue C M Y K H S L
Decimal 61 238 18 0.74 0 0.92 0.07 108.27 0.87 0.5
Hex 3D EE 12 4A 0 5C 7 6C 57 32
Octal 75 356 22 112 0 134 7 154 127 62
Binary 111101 11101110 10010 1001010 0 1011100 111 1101100 1010111 110010

Color Harmonies of #3DEE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEE12

Black with #3DEE12

Text Example


Text Example

White with #3DEE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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