Html Css Color HEX #3BE504 Harlequin

📋 copy color: '#3BE504'

red 59 ◦ green 229 ◦ blue 4

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

Shades of Harlequin #3BE504

Tints of Harlequin #3BE504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 78.42%

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

R = 20.21%
G = 78.42%
B = 1.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#3BE504 (or 0x3BE504) is known color: Harlequin. HEX triplet: 3B, E5 and 04. RGB value is (59,229,4). Sum of RGB (Red+Green+Blue) = 59+229+4=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 229 (89.84% from 255 or 78.42% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE504 is #C41AFB. Grayscale: #999999. Windows color (decimal): -12851964 or 320827. OLE color: 320827.

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

Color convert

RGB 59 229 4 -
CMYK 0.74 0 0.98 0.10
HSL 105.33º 0.97% 0.46% -
HSV(B) 105.33º 0.98% 0.9% -
XYZ 29.84 56.98 9.54 -
YUV 152.52 44.18 61.3 -
System Red Green Blue C M Y K H S L
Decimal 59 229 4 0.74 0 0.98 0.10 105.33 0.97 0.46
Hex 3B E5 4 4A 0 62 A 69 61 2E
Octal 73 345 4 112 0 142 12 151 141 56
Binary 111011 11100101 100 1001010 0 1100010 1010 1101001 1100001 101110

Color Harmonies of #3BE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE504

Black with #3BE504

Text Example


Text Example

White with #3BE504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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