Html Css Color HEX #3EEB0C Harlequin

📋 copy color: '#3EEB0C'

red 62 ◦ green 235 ◦ blue 12

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

Shades of Harlequin #3EEB0C

Tints of Harlequin #3EEB0C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 76.05%

 BLUE value IS 12 (5.08% from 255) = 3.88%

R = 20.06%
G = 76.05%
B = 3.88%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#3EEB0C (or 0x3EEB0C) is known color: Harlequin. HEX triplet: 3E, EB and 0C. RGB value is (62,235,12). Sum of RGB (Red+Green+Blue) = 62+235+12=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 235 (92.19% from 255 or 76.05% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEB0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EEB0C is #C114F3. Grayscale: #9E9E9E. Windows color (decimal): -12653812 or 846654. OLE color: 846654.

HSL color Cylindrical-coordinate representation of color #3EEB0C: hue angle of 106.55º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3EEB0C is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 235 12 -
CMYK 0.74 0 0.95 0.08
HSL 106.55º 0.9% 0.48% -
HSV(B) 106.55º 0.95% 0.92% -
XYZ 31.76 60.47 10.35 -
YUV 157.85 45.69 59.63 -
System Red Green Blue C M Y K H S L
Decimal 62 235 12 0.74 0 0.95 0.08 106.55 0.9 0.48
Hex 3E EB C 4A 0 5F 8 6B 5A 30
Octal 76 353 14 112 0 137 10 153 132 60
Binary 111110 11101011 1100 1001010 0 1011111 1000 1101011 1011010 110000

Color Harmonies of #3EEB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEB0C

Black with #3EEB0C

Text Example


Text Example

White with #3EEB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,235,12); }

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

background-color css

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

 a { background-color: rgb(62,235,12); }

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

border-color css

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

 span { border-color: rgb(62,235,12); }

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