Html Css Color HEX #3BE804 Harlequin

📋 copy color: '#3BE804'

red 59 ◦ green 232 ◦ blue 4

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

Shades of Harlequin #3BE804

Tints of Harlequin #3BE804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 20%
G = 78.64%
B = 1.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#3BE804 (or 0x3BE804) is known color: Harlequin. HEX triplet: 3B, E8 and 04. RGB value is (59,232,4). Sum of RGB (Red+Green+Blue) = 59+232+4=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 232 (91.02% from 255 or 78.64% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 232 - color contains mainly: green. Hex color #3BE804 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BE804 is #C417FB. Grayscale: #9B9B9B. Windows color (decimal): -12851196 or 321595. OLE color: 321595.

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

Color convert

RGB 59 232 4 -
CMYK 0.75 0 0.98 0.09
HSL 105.53º 0.97% 0.46% -
HSV(B) 105.53º 0.98% 0.91% -
XYZ 30.68 58.65 9.82 -
YUV 154.28 43.19 60.04 -
System Red Green Blue C M Y K H S L
Decimal 59 232 4 0.75 0 0.98 0.09 105.53 0.97 0.46
Hex 3B E8 4 4B 0 62 9 6A 61 2E
Octal 73 350 4 113 0 142 11 152 141 56
Binary 111011 11101000 100 1001011 0 1100010 1001 1101010 1100001 101110

Color Harmonies of #3BE804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE804

Black with #3BE804

Text Example


Text Example

White with #3BE804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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