Html Css Color HEX #2BEF13 Harlequin

📋 copy color: '#2BEF13'

red 43 ◦ green 239 ◦ blue 19

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

Shades of Harlequin #2BEF13

Tints of Harlequin #2BEF13

RGB

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

 GREEN value IS 239 (93.75% from 255) = 79.4%

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 14.29%
G = 79.4%
B = 6.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#2BEF13 (or 0x2BEF13) is known color: Harlequin. HEX triplet: 2B, EF and 13. RGB value is (43,239,19). Sum of RGB (Red+Green+Blue) = 43+239+19=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 239 (93.75% from 255 or 79.40% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEF13 is #D410EC. Grayscale: #9C9C9C. Windows color (decimal): -13897965 or 1306411. OLE color: 1306411.

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

Color convert

RGB 43 239 19 -
CMYK 0.82 0 0.92 0.06
HSL 113.45º 0.87% 0.51% -
HSV(B) 113.45º 0.92% 0.94% -
XYZ 31.98 62.29 10.95 -
YUV 155.32 51.07 47.89 -
System Red Green Blue C M Y K H S L
Decimal 43 239 19 0.82 0 0.92 0.06 113.45 0.87 0.51
Hex 2B EF 13 52 0 5C 6 71 57 33
Octal 53 357 23 122 0 134 6 161 127 63
Binary 101011 11101111 10011 1010010 0 1011100 110 1110001 1010111 110011

Color Harmonies of #2BEF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEF13

Black with #2BEF13

Text Example


Text Example

White with #2BEF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,239,19); }

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

background-color css

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

 a { background-color: rgb(43,239,19); }

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

border-color css

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

 span { border-color: rgb(43,239,19); }

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