Html Css Color HEX #3DDE14 Harlequin

📋 copy color: '#3DDE14'

red 61 ◦ green 222 ◦ blue 20

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

Shades of Harlequin #3DDE14

Tints of Harlequin #3DDE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 73.27%

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

R = 20.13%
G = 73.27%
B = 6.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#3DDE14 (or 0x3DDE14) is known color: Harlequin. HEX triplet: 3D, DE and 14. RGB value is (61,222,20). Sum of RGB (Red+Green+Blue) = 61+222+20=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 222 (87.11% from 255 or 73.27% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDE14 is #C221EB. Grayscale: #979797. Windows color (decimal): -12722668 or 1367613. OLE color: 1367613.

HSL color Cylindrical-coordinate representation of color #3DDE14: hue angle of 107.82º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DDE14 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 222 20 -
CMYK 0.73 0 0.91 0.13
HSL 107.82º 0.83% 0.47% -
HSV(B) 107.82º 0.91% 0.87% -
XYZ 28.17 53.29 9.46 -
YUV 150.83 54.16 63.93 -
System Red Green Blue C M Y K H S L
Decimal 61 222 20 0.73 0 0.91 0.13 107.82 0.83 0.47
Hex 3D DE 14 49 0 5B D 6C 53 2F
Octal 75 336 24 111 0 133 15 154 123 57
Binary 111101 11011110 10100 1001001 0 1011011 1101 1101100 1010011 101111

Color Harmonies of #3DDE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDE14

Black with #3DDE14

Text Example


Text Example

White with #3DDE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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