Html Css Color HEX #3DEE20 Harlequin

📋 copy color: '#3DEE20'

red 61 ◦ green 238 ◦ blue 32

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

Shades of Harlequin #3DEE20

Tints of Harlequin #3DEE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.67%

R = 18.43%
G = 71.9%
B = 9.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#3DEE20 (or 0x3DEE20) is known color: Harlequin. HEX triplet: 3D, EE and 20. RGB value is (61,238,32). Sum of RGB (Red+Green+Blue) = 61+238+32=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 238 (93.36% from 255 or 71.90% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEE20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEE20 is #C211DF. Grayscale: #A2A2A2. Windows color (decimal): -12718560 or 2158141. OLE color: 2158141.

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

Color convert

RGB 61 238 32 -
CMYK 0.74 0 0.87 0.07
HSL 111.55º 0.86% 0.53% -
HSV(B) 111.55º 0.87% 0.93% -
XYZ 32.76 62.25 11.65 -
YUV 161.59 54.86 56.25 -
System Red Green Blue C M Y K H S L
Decimal 61 238 32 0.74 0 0.87 0.07 111.55 0.86 0.53
Hex 3D EE 20 4A 0 57 7 70 56 35
Octal 75 356 40 112 0 127 7 160 126 65
Binary 111101 11101110 100000 1001010 0 1010111 111 1110000 1010110 110101

Color Harmonies of #3DEE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEE20

Black with #3DEE20

Text Example


Text Example

White with #3DEE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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