Html Css Color HEX #3BEA00 Harlequin

📋 copy color: '#3BEA00'

red 59 ◦ green 234 ◦ blue 0

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

Shades of Harlequin #3BEA00

Tints of Harlequin #3BEA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 79.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 20.14%
G = 79.86%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#3BEA00 (or 0x3BEA00) is known color: Harlequin. HEX triplet: 3B, EA and 00. RGB value is (59,234,0). Sum of RGB (Red+Green+Blue) = 59+234+0=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 234 (91.80% from 255 or 79.86% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEA00 is #C415FF. Grayscale: #9B9B9B. Windows color (decimal): -12850688 or 59963. OLE color: 59963.

HSL color Cylindrical-coordinate representation of color #3BEA00: hue angle of 104.87º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BEA00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 234 0 -
CMYK 0.75 0 1 0.08
HSL 104.87º 1% 0.46% -
HSV(B) 104.87º 1% 0.92% -
XYZ 31.23 59.78 9.89 -
YUV 155 40.52 59.53 -
System Red Green Blue C M Y K H S L
Decimal 59 234 0 0.75 0 1 0.08 104.87 1 0.46
Hex 3B EA 0 4B 0 64 8 69 64 2E
Octal 73 352 0 113 0 144 10 151 144 56
Binary 111011 11101010 0 1001011 0 1100100 1000 1101001 1100100 101110

Color Harmonies of #3BEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEA00

Black with #3BEA00

Text Example


Text Example

White with #3BEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,234,0); }

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

background-color css

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

 a { background-color: rgb(59,234,0); }

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

border-color css

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

 span { border-color: rgb(59,234,0); }

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