Html Css Color HEX #3BDE04 Harlequin

📋 copy color: '#3BDE04'

red 59 ◦ green 222 ◦ blue 4

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

Shades of Harlequin #3BDE04

Tints of Harlequin #3BDE04

RGB

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

 GREEN value IS 222 (87.11% from 255) = 77.89%

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

R = 20.7%
G = 77.89%
B = 1.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#3BDE04 (or 0x3BDE04) is known color: Harlequin. HEX triplet: 3B, DE and 04. RGB value is (59,222,4). Sum of RGB (Red+Green+Blue) = 59+222+4=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 222 (87.11% from 255 or 77.89% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDE04 is #C421FB. Grayscale: #959595. Windows color (decimal): -12853756 or 319035. OLE color: 319035.

HSL color Cylindrical-coordinate representation of color #3BDE04: hue angle of 104.86º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BDE04 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 222 4 -
CMYK 0.73 0 0.98 0.13
HSL 104.86º 0.96% 0.44% -
HSV(B) 104.86º 0.98% 0.87% -
XYZ 27.95 53.18 8.91 -
YUV 148.41 46.5 64.23 -
System Red Green Blue C M Y K H S L
Decimal 59 222 4 0.73 0 0.98 0.13 104.86 0.96 0.44
Hex 3B DE 4 49 0 62 D 69 60 2C
Octal 73 336 4 111 0 142 15 151 140 54
Binary 111011 11011110 100 1001001 0 1100010 1101 1101001 1100000 101100

Color Harmonies of #3BDE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDE04

Black with #3BDE04

Text Example


Text Example

White with #3BDE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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