#2CF40B

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

Shades of Harlequin #2CF40B

Tints of Harlequin #2CF40B

Color information

#2CF40B (or 0x2CF40B) is unknown color: approx Harlequin. HEX triplet: 2C, F4 and 0B. RGB value is (44,244,11). Sum of RGB (Red+Green+Blue) = 44+244+11=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 244 (95.70% from 255 or 81.61% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 244 - color contains mainly: green. Hex color #2CF40B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF40B is #D30BF4. Grayscale: #9E9E9E. Windows color (decimal): -13831157 or 783404. OLE color: 783404.

HSL color Cylindrical-coordinate representation of color #2CF40B: hue angle of 111.5º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2CF40B is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB4424411-
CMYK0.8200.950.04
HSL111.5º91.37%50%-
HSV(B)111.5º95.49%95.69%-
XYZ33.4565.2611.15-
YUV157.6445.2446.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.72%
GREEN value IS 244 (95.70% from 255) = 81.61%
BLUE value IS 11 (4.69% from 255) = 3.68%
R=14.72%
G=81.61%
B=3.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal44244110.8200.950.04111.591.3750
Hex2CF4B5205F4705b32
Octal54364131220137416013362
Binary10110011110100101110100100101111110011100001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,244,11); }

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

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

 a { background-color: rgb(44,244,11); }

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

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

 span { border-color: rgb(44,244,11); }

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