Html Css Color HEX #3EF714 Harlequin

📋 copy color: '#3EF714'

red 62 ◦ green 247 ◦ blue 20

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

Shades of Harlequin #3EF714

Tints of Harlequin #3EF714

RGB

 RED value IS 62 (24.61% from 255) = 18.84%

 GREEN value IS 247 (96.88% from 255) = 75.08%

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

R = 18.84%
G = 75.08%
B = 6.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#3EF714 (or 0x3EF714) is known color: Harlequin. HEX triplet: 3E, F7 and 14. RGB value is (62,247,20). Sum of RGB (Red+Green+Blue) = 62+247+20=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 247 (96.88% from 255 or 75.08% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 247 - color contains mainly: green. Hex color #3EF714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EF714 is #C108EB. Grayscale: #A6A6A6. Windows color (decimal): -12650732 or 1374014. OLE color: 1374014.

HSL color Cylindrical-coordinate representation of color #3EF714: hue angle of 108.9º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3EF714 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 62 247 20 -
CMYK 0.75 0 0.92 0.03
HSL 108.9º 0.93% 0.52% -
HSV(B) 108.9º 0.92% 0.97% -
XYZ 35.37 67.6 11.84 -
YUV 165.81 45.71 53.96 -
System Red Green Blue C M Y K H S L
Decimal 62 247 20 0.75 0 0.92 0.03 108.9 0.93 0.52
Hex 3E F7 14 4B 0 5C 3 6D 5D 34
Octal 76 367 24 113 0 134 3 155 135 64
Binary 111110 11110111 10100 1001011 0 1011100 11 1101101 1011101 110100

Color Harmonies of #3EF714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF714

Black with #3EF714

Text Example


Text Example

White with #3EF714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,247,20); }

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

background-color css

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

 a { background-color: rgb(62,247,20); }

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

border-color css

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

 span { border-color: rgb(62,247,20); }

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