Html Css Color HEX #3BF800 Harlequin

📋 copy color: '#3BF800'

red 59 ◦ green 248 ◦ blue 0

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

Shades of Harlequin #3BF800

Tints of Harlequin #3BF800

RGB

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

 GREEN value IS 248 (97.27% from 255) = 80.78%

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

R = 19.22%
G = 80.78%
B = 0%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#3BF800 (or 0x3BF800) is known color: Harlequin. HEX triplet: 3B, F8 and 00. RGB value is (59,248,0). Sum of RGB (Red+Green+Blue) = 59+248+0=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 248 (97.27% from 255 or 80.78% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 248 - color contains mainly: green. Hex color #3BF800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF800 is #C407FF. Grayscale: #A4A4A4. Windows color (decimal): -12847104 or 63547. OLE color: 63547.

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

Color convert

RGB 59 248 0 -
CMYK 0.76 0 1 0.03
HSL 105.73º 1% 0.49% -
HSV(B) 105.73º 1% 0.97% -
XYZ 35.37 68.06 11.27 -
YUV 163.22 35.88 53.67 -
System Red Green Blue C M Y K H S L
Decimal 59 248 0 0.76 0 1 0.03 105.73 1 0.49
Hex 3B F8 0 4C 0 64 3 6A 64 31
Octal 73 370 0 114 0 144 3 152 144 61
Binary 111011 11111000 0 1001100 0 1100100 11 1101010 1100100 110001

Color Harmonies of #3BF800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF800

Black with #3BF800

Text Example


Text Example

White with #3BF800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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