Html Css Color HEX #3BEA0F Harlequin

📋 copy color: '#3BEA0F'

red 59 ◦ green 234 ◦ blue 15

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

Shades of Harlequin #3BEA0F

Tints of Harlequin #3BEA0F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 75.97%

 BLUE value IS 15 (6.25% from 255) = 4.87%

R = 19.16%
G = 75.97%
B = 4.87%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#3BEA0F (or 0x3BEA0F) is known color: Harlequin. HEX triplet: 3B, EA and 0F. RGB value is (59,234,15). Sum of RGB (Red+Green+Blue) = 59+234+15=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 234 (91.80% from 255 or 75.97% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEA0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEA0F is #C415F0. Grayscale: #9D9D9D. Windows color (decimal): -12850673 or 1043003. OLE color: 1043003.

HSL color Cylindrical-coordinate representation of color #3BEA0F: hue angle of 107.95º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3BEA0F is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 234 15 -
CMYK 0.75 0 0.94 0.08
HSL 107.95º 0.88% 0.49% -
HSV(B) 107.95º 0.94% 0.92% -
XYZ 31.31 59.81 10.35 -
YUV 156.71 48.02 58.31 -
System Red Green Blue C M Y K H S L
Decimal 59 234 15 0.75 0 0.94 0.08 107.95 0.88 0.49
Hex 3B EA F 4B 0 5E 8 6C 58 31
Octal 73 352 17 113 0 136 10 154 130 61
Binary 111011 11101010 1111 1001011 0 1011110 1000 1101100 1011000 110001

Color Harmonies of #3BEA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEA0F

Black with #3BEA0F

Text Example


Text Example

White with #3BEA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,234,15); }

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

background-color css

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

 a { background-color: rgb(59,234,15); }

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

border-color css

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

 span { border-color: rgb(59,234,15); }

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