#2BF905

Color #2BF905 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #2BF905

Tints of Harlequin #2BF905

Color information

#2BF905 (or 0x2BF905) is unknown color: approx Harlequin. HEX triplet: 2B, F9 and 05. RGB value is (43,249,5). Sum of RGB (Red+Green+Blue) = 43+249+5=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 249 (97.66% from 255 or 83.84% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF905 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF905 is #D406FA. Grayscale: #A0A0A0. Windows color (decimal): -13895419 or 391467. OLE color: 391467.

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

Color convert

RGB432495-
CMYK0.8300.980.02
HSL110.66º96.06%49.8%-
HSV(B)110.66º97.99%97.65%-
XYZ34.968.2811.48-
YUV159.5940.7544.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.48%
GREEN value IS 249 (97.66% from 255) = 83.84%
BLUE value IS 5 (2.34% from 255) = 1.68%
R=14.48%
G=83.84%
B=1.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal4324950.8300.980.02110.6696.0649.8
Hex2BF955306226f6032
Octal5337151230142215714062
Binary101011111110011011010011011000101011011111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,249,5); }

 H1.HeaderClassName
 {
   color: #2BF905;
 }
 .AnyTagClassName
 {
   color: #2BF905;
 }
</style>
background-color css

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

 a { background-color: rgb(43,249,5); }

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

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

 span { border-color: rgb(43,249,5); }

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