Html Css Color HEX #3FFB0B Harlequin

📋 copy color: '#3FFB0B'

red 63 ◦ green 251 ◦ blue 11

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

Shades of Harlequin #3FFB0B

Tints of Harlequin #3FFB0B

RGB

 RED value IS 63 (25% from 255) = 19.38%

 GREEN value IS 251 (98.44% from 255) = 77.23%

 BLUE value IS 11 (4.69% from 255) = 3.38%

R = 19.38%
G = 77.23%
B = 3.38%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#3FFB0B (or 0x3FFB0B) is known color: Harlequin. HEX triplet: 3F, FB and 0B. RGB value is (63,251,11). Sum of RGB (Red+Green+Blue) = 63+251+11=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 251 (98.44% from 255 or 77.23% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFB0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFB0B is #C004F4. Grayscale: #A8A8A8. Windows color (decimal): -12584181 or 785215. OLE color: 785215.

HSL color Cylindrical-coordinate representation of color #3FFB0B: hue angle of 107º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FFB0B is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 251 11 -
CMYK 0.75 0 0.96 0.02
HSL 107º 0.97% 0.51% -
HSV(B) 107º 0.96% 0.98% -
XYZ 36.61 70.08 11.91 -
YUV 167.43 39.72 53.51 -
System Red Green Blue C M Y K H S L
Decimal 63 251 11 0.75 0 0.96 0.02 107 0.97 0.51
Hex 3F FB B 4B 0 60 2 6B 61 33
Octal 77 373 13 113 0 140 2 153 141 63
Binary 111111 11111011 1011 1001011 0 1100000 10 1101011 1100001 110011

Color Harmonies of #3FFB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFB0B

Black with #3FFB0B

Text Example


Text Example

White with #3FFB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,251,11); }

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

background-color css

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

 a { background-color: rgb(63,251,11); }

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

border-color css

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

 span { border-color: rgb(63,251,11); }

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