Html Css Color HEX #2BFB01 Harlequin

📋 copy color: '#2BFB01'

red 43 ◦ green 251 ◦ blue 1

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

Shades of Harlequin #2BFB01

Tints of Harlequin #2BFB01

RGB

 RED value IS 43 (17.19% from 255) = 14.58%

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 14.58%
G = 85.08%
B = 0.34%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#2BFB01 (or 0x2BFB01) is known color: Harlequin. HEX triplet: 2B, FB and 01. RGB value is (43,251,1). Sum of RGB (Red+Green+Blue) = 43+251+1=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 251 (98.44% from 255 or 85.08% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFB01 is #D404FE. Grayscale: #A1A1A1. Windows color (decimal): -13894911 or 129835. OLE color: 129835.

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

Color convert

RGB 43 251 1 -
CMYK 0.83 0 1.00 0.02
HSL 109.92º 0.99% 0.49% -
HSV(B) 109.92º 1% 0.98% -
XYZ 35.5 69.51 11.57 -
YUV 160.31 38.09 44.33 -
System Red Green Blue C M Y K H S L
Decimal 43 251 1 0.83 0 1.00 0.02 109.92 0.99 0.49
Hex 2B FB 1 53 0 64 2 6E 63 31
Octal 53 373 1 123 0 144 2 156 143 61
Binary 101011 11111011 1 1010011 0 1100100 10 1101110 1100011 110001

Color Harmonies of #2BFB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFB01

Black with #2BFB01

Text Example


Text Example

White with #2BFB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BFB01; }

 p { color: rgb(43,251,1); }

 H1.HeaderClassName
 {
   color: #2BFB01;
 }
 .AnyTagClassName
 {
   color: #2BFB01;
 }
</style>

background-color css

<style>
 a { background-color: #2BFB01; }

 a { background-color: rgb(43,251,1); }

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

border-color css

<style>
 span { border-color: #2BFB01; }

 span { border-color: rgb(43,251,1); }

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