Html Css Color HEX #3BEE12 Harlequin

📋 copy color: '#3BEE12'

red 59 ◦ green 238 ◦ blue 18

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

Shades of Harlequin #3BEE12

Tints of Harlequin #3BEE12

RGB

 RED value IS 59 (23.44% from 255) = 18.73%

 GREEN value IS 238 (93.36% from 255) = 75.56%

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

R = 18.73%
G = 75.56%
B = 5.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#3BEE12 (or 0x3BEE12) is known color: Harlequin. HEX triplet: 3B, EE and 12. RGB value is (59,238,18). Sum of RGB (Red+Green+Blue) = 59+238+18=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 238 (93.36% from 255 or 75.56% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEE12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEE12 is #C411ED. Grayscale: #A0A0A0. Windows color (decimal): -12849646 or 1240635. OLE color: 1240635.

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

Color convert

RGB 59 238 18 -
CMYK 0.75 0 0.92 0.07
HSL 108.82º 0.87% 0.5% -
HSV(B) 108.82º 0.92% 0.93% -
XYZ 32.49 62.12 10.85 -
YUV 159.4 48.2 56.39 -
System Red Green Blue C M Y K H S L
Decimal 59 238 18 0.75 0 0.92 0.07 108.82 0.87 0.5
Hex 3B EE 12 4B 0 5C 7 6D 57 32
Octal 73 356 22 113 0 134 7 155 127 62
Binary 111011 11101110 10010 1001011 0 1011100 111 1101101 1010111 110010

Color Harmonies of #3BEE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEE12

Black with #3BEE12

Text Example


Text Example

White with #3BEE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,238,18); }

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

background-color css

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

 a { background-color: rgb(59,238,18); }

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

border-color css

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

 span { border-color: rgb(59,238,18); }

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