Html Css Color HEX #3BE404 Harlequin

📋 copy color: '#3BE404'

red 59 ◦ green 228 ◦ blue 4

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

Shades of Harlequin #3BE404

Tints of Harlequin #3BE404

RGB

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

 GREEN value IS 228 (89.45% from 255) = 78.35%

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

R = 20.27%
G = 78.35%
B = 1.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#3BE404 (or 0x3BE404) is known color: Harlequin. HEX triplet: 3B, E4 and 04. RGB value is (59,228,4). Sum of RGB (Red+Green+Blue) = 59+228+4=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 228 (89.45% from 255 or 78.35% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE404 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE404 is #C41BFB. Grayscale: #989898. Windows color (decimal): -12852220 or 320571. OLE color: 320571.

HSL color Cylindrical-coordinate representation of color #3BE404: hue angle of 105.27º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BE404 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 59 228 4 -
CMYK 0.74 0 0.98 0.11
HSL 105.27º 0.97% 0.45% -
HSV(B) 105.27º 0.98% 0.89% -
XYZ 29.57 56.43 9.45 -
YUV 151.93 44.51 61.71 -
System Red Green Blue C M Y K H S L
Decimal 59 228 4 0.74 0 0.98 0.11 105.27 0.97 0.45
Hex 3B E4 4 4A 0 62 B 69 61 2D
Octal 73 344 4 112 0 142 13 151 141 55
Binary 111011 11100100 100 1001010 0 1100010 1011 1101001 1100001 101101

Color Harmonies of #3BE404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE404

Black with #3BE404

Text Example


Text Example

White with #3BE404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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