Html Css Color HEX #3BE004 Harlequin

📋 copy color: '#3BE004'

red 59 ◦ green 224 ◦ blue 4

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

Shades of Harlequin #3BE004

Tints of Harlequin #3BE004

RGB

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

 GREEN value IS 224 (87.89% from 255) = 78.05%

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

R = 20.56%
G = 78.05%
B = 1.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#3BE004 (or 0x3BE004) is known color: Harlequin. HEX triplet: 3B, E0 and 04. RGB value is (59,224,4). Sum of RGB (Red+Green+Blue) = 59+224+4=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 224 (87.89% from 255 or 78.05% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE004 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE004 is #C41FFB. Grayscale: #969696. Windows color (decimal): -12853244 or 319547. OLE color: 319547.

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

Color convert

RGB 59 224 4 -
CMYK 0.74 0 0.98 0.12
HSL 105º 0.96% 0.45% -
HSV(B) 105º 0.98% 0.88% -
XYZ 28.48 54.25 9.09 -
YUV 149.59 45.84 63.39 -
System Red Green Blue C M Y K H S L
Decimal 59 224 4 0.74 0 0.98 0.12 105 0.96 0.45
Hex 3B E0 4 4A 0 62 C 69 60 2D
Octal 73 340 4 112 0 142 14 151 140 55
Binary 111011 11100000 100 1001010 0 1100010 1100 1101001 1100000 101101

Color Harmonies of #3BE004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE004

Black with #3BE004

Text Example


Text Example

White with #3BE004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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