Html Css Color HEX #2BF015 Harlequin

📋 copy color: '#2BF015'

red 43 ◦ green 240 ◦ blue 21

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

Shades of Harlequin #2BF015

Tints of Harlequin #2BF015

RGB

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

 GREEN value IS 240 (94.14% from 255) = 78.95%

 BLUE value IS 21 (8.59% from 255) = 6.91%

R = 14.14%
G = 78.95%
B = 6.91%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#2BF015 (or 0x2BF015) is known color: Harlequin. HEX triplet: 2B, F0 and 15. RGB value is (43,240,21). Sum of RGB (Red+Green+Blue) = 43+240+21=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 240 (94.14% from 255 or 78.95% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF015 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF015 is #D40FEA. Grayscale: #9C9C9C. Windows color (decimal): -13897707 or 1437739. OLE color: 1437739.

HSL color Cylindrical-coordinate representation of color #2BF015: hue angle of 113.97º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BF015 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 240 21 -
CMYK 0.82 0 0.91 0.06
HSL 113.97º 0.88% 0.51% -
HSV(B) 113.97º 0.91% 0.94% -
XYZ 32.29 62.89 11.15 -
YUV 156.13 51.73 47.31 -
System Red Green Blue C M Y K H S L
Decimal 43 240 21 0.82 0 0.91 0.06 113.97 0.88 0.51
Hex 2B F0 15 52 0 5B 6 72 58 33
Octal 53 360 25 122 0 133 6 162 130 63
Binary 101011 11110000 10101 1010010 0 1011011 110 1110010 1011000 110011

Color Harmonies of #2BF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF015

Black with #2BF015

Text Example


Text Example

White with #2BF015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,240,21); }

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

background-color css

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

 a { background-color: rgb(43,240,21); }

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

border-color css

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

 span { border-color: rgb(43,240,21); }

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