Html Css Color HEX #3BF900 Harlequin

📋 copy color: '#3BF900'

red 59 ◦ green 249 ◦ blue 0

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

Shades of Harlequin #3BF900

Tints of Harlequin #3BF900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 80.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.16%
G = 80.84%
B = 0%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#3BF900 (or 0x3BF900) is known color: Harlequin. HEX triplet: 3B, F9 and 00. RGB value is (59,249,0). Sum of RGB (Red+Green+Blue) = 59+249+0=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 249 (97.66% from 255 or 80.84% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 249 - color contains mainly: green. Hex color #3BF900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF900 is #C406FF. Grayscale: #A4A4A4. Windows color (decimal): -12846848 or 63803. OLE color: 63803.

HSL color Cylindrical-coordinate representation of color #3BF900: hue angle of 105.78º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BF900 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 249 0 -
CMYK 0.76 0 1 0.02
HSL 105.78º 1% 0.49% -
HSV(B) 105.78º 1% 0.98% -
XYZ 35.68 68.68 11.38 -
YUV 163.8 35.55 53.25 -
System Red Green Blue C M Y K H S L
Decimal 59 249 0 0.76 0 1 0.02 105.78 1 0.49
Hex 3B F9 0 4C 0 64 2 6A 64 31
Octal 73 371 0 114 0 144 2 152 144 61
Binary 111011 11111001 0 1001100 0 1100100 10 1101010 1100100 110001

Color Harmonies of #3BF900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF900

Black with #3BF900

Text Example


Text Example

White with #3BF900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,249,0); }

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

background-color css

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

 a { background-color: rgb(59,249,0); }

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

border-color css

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

 span { border-color: rgb(59,249,0); }

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