Html Css Color HEX #3EFA12 Harlequin

📋 copy color: '#3EFA12'

red 62 ◦ green 250 ◦ blue 18

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

Shades of Harlequin #3EFA12

Tints of Harlequin #3EFA12

RGB

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

 GREEN value IS 250 (98.05% from 255) = 75.76%

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

R = 18.79%
G = 75.76%
B = 5.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#3EFA12 (or 0x3EFA12) is known color: Harlequin. HEX triplet: 3E, FA and 12. RGB value is (62,250,18). Sum of RGB (Red+Green+Blue) = 62+250+18=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 250 (98.05% from 255 or 75.76% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFA12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFA12 is #C105ED. Grayscale: #A8A8A8. Windows color (decimal): -12649966 or 1243710. OLE color: 1243710.

HSL color Cylindrical-coordinate representation of color #3EFA12: hue angle of 108.62º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3EFA12 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 250 18 -
CMYK 0.75 0 0.93 0.02
HSL 108.62º 0.96% 0.53% -
HSV(B) 108.62º 0.93% 0.98% -
XYZ 36.28 69.44 12.06 -
YUV 167.34 43.72 52.86 -
System Red Green Blue C M Y K H S L
Decimal 62 250 18 0.75 0 0.93 0.02 108.62 0.96 0.53
Hex 3E FA 12 4B 0 5D 2 6D 60 35
Octal 76 372 22 113 0 135 2 155 140 65
Binary 111110 11111010 10010 1001011 0 1011101 10 1101101 1100000 110101

Color Harmonies of #3EFA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFA12

Black with #3EFA12

Text Example


Text Example

White with #3EFA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,250,18); }

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

background-color css

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

 a { background-color: rgb(62,250,18); }

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

border-color css

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

 span { border-color: rgb(62,250,18); }

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