#2FF912

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

Shades of Harlequin #2FF912

Tints of Harlequin #2FF912

Color information

#2FF912 (or 0x2FF912) is unknown color: approx Harlequin. HEX triplet: 2F, F9 and 12. RGB value is (47,249,18). Sum of RGB (Red+Green+Blue) = 47+249+18=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 249 (97.66% from 255 or 79.30% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF912 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF912 is #D006ED. Grayscale: #A2A2A2. Windows color (decimal): -13633262 or 1243439. OLE color: 1243439.

HSL color Cylindrical-coordinate representation of color #2FF912: hue angle of 112.47º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FF912 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB4724918-
CMYK0.8100.930.02
HSL112.47º95.06%52.35%-
HSV(B)112.47º92.77%97.65%-
XYZ35.1668.411.92-
YUV162.2746.5845.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.97%
GREEN value IS 249 (97.66% from 255) = 79.30%
BLUE value IS 18 (7.42% from 255) = 5.73%
R=14.97%
G=79.30%
B=5.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal47249180.8100.930.02112.4795.0652.35
Hex2FF9125105D2705f34
Octal57371221210135216013764
Binary10111111111001100101010001010111011011100001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,249,18); }

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

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

 a { background-color: rgb(47,249,18); }

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

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

 span { border-color: rgb(47,249,18); }

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