Html Css Color HEX #3DE014 Harlequin

📋 copy color: '#3DE014'

red 61 ◦ green 224 ◦ blue 20

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

Shades of Harlequin #3DE014

Tints of Harlequin #3DE014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 73.44%

 BLUE value IS 20 (8.2% from 255) = 6.56%

R = 20%
G = 73.44%
B = 6.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#3DE014 (or 0x3DE014) is known color: Harlequin. HEX triplet: 3D, E0 and 14. RGB value is (61,224,20). Sum of RGB (Red+Green+Blue) = 61+224+20=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 224 (87.89% from 255 or 73.44% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 224 - color contains mainly: green. Hex color #3DE014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DE014 is #C21FEB. Grayscale: #989898. Windows color (decimal): -12722156 or 1368125. OLE color: 1368125.

HSL color Cylindrical-coordinate representation of color #3DE014: hue angle of 107.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DE014 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 61 224 20 -
CMYK 0.73 0 0.91 0.12
HSL 107.94º 0.84% 0.48% -
HSV(B) 107.94º 0.91% 0.88% -
XYZ 28.71 54.35 9.64 -
YUV 152.01 53.5 63.09 -
System Red Green Blue C M Y K H S L
Decimal 61 224 20 0.73 0 0.91 0.12 107.94 0.84 0.48
Hex 3D E0 14 49 0 5B C 6C 54 30
Octal 75 340 24 111 0 133 14 154 124 60
Binary 111101 11100000 10100 1001001 0 1011011 1100 1101100 1010100 110000

Color Harmonies of #3DE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE014

Black with #3DE014

Text Example


Text Example

White with #3DE014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,224,20); }

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

background-color css

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

 a { background-color: rgb(61,224,20); }

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

border-color css

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

 span { border-color: rgb(61,224,20); }

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