Html Css Color HEX #3BE812 Harlequin

📋 copy color: '#3BE812'

red 59 ◦ green 232 ◦ blue 18

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

Shades of Harlequin #3BE812

Tints of Harlequin #3BE812

RGB

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

 GREEN value IS 232 (91.02% from 255) = 75.08%

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

R = 19.09%
G = 75.08%
B = 5.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#3BE812 (or 0x3BE812) is known color: Harlequin. HEX triplet: 3B, E8 and 12. RGB value is (59,232,18). Sum of RGB (Red+Green+Blue) = 59+232+18=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 232 (91.02% from 255 or 75.08% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 232 - color contains mainly: green. Hex color #3BE812 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BE812 is #C417ED. Grayscale: #9C9C9C. Windows color (decimal): -12851182 or 1239099. OLE color: 1239099.

HSL color Cylindrical-coordinate representation of color #3BE812: hue angle of 108.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3BE812 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 59 232 18 -
CMYK 0.75 0 0.92 0.09
HSL 108.5º 0.86% 0.49% -
HSV(B) 108.5º 0.92% 0.91% -
XYZ 30.77 58.69 10.28 -
YUV 155.88 50.19 58.9 -
System Red Green Blue C M Y K H S L
Decimal 59 232 18 0.75 0 0.92 0.09 108.5 0.86 0.49
Hex 3B E8 12 4B 0 5C 9 6D 56 31
Octal 73 350 22 113 0 134 11 155 126 61
Binary 111011 11101000 10010 1001011 0 1011100 1001 1101101 1010110 110001

Color Harmonies of #3BE812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE812

Black with #3BE812

Text Example


Text Example

White with #3BE812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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