Html Css Color HEX #2BE913 Harlequin

📋 copy color: '#2BE913'

red 43 ◦ green 233 ◦ blue 19

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

Shades of Harlequin #2BE913

Tints of Harlequin #2BE913

RGB

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

 GREEN value IS 233 (91.41% from 255) = 78.98%

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

R = 14.58%
G = 78.98%
B = 6.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#2BE913 (or 0x2BE913) is known color: Harlequin. HEX triplet: 2B, E9 and 13. RGB value is (43,233,19). Sum of RGB (Red+Green+Blue) = 43+233+19=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 233 (91.41% from 255 or 78.98% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE913 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BE913 is #D416EC. Grayscale: #989898. Windows color (decimal): -13899501 or 1304875. OLE color: 1304875.

HSL color Cylindrical-coordinate representation of color #2BE913: hue angle of 113.27º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BE913 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 233 19 -
CMYK 0.82 0 0.92 0.09
HSL 113.27º 0.85% 0.49% -
HSV(B) 113.27º 0.92% 0.91% -
XYZ 30.25 58.84 10.38 -
YUV 151.79 53.05 50.4 -
System Red Green Blue C M Y K H S L
Decimal 43 233 19 0.82 0 0.92 0.09 113.27 0.85 0.49
Hex 2B E9 13 52 0 5C 9 71 55 31
Octal 53 351 23 122 0 134 11 161 125 61
Binary 101011 11101001 10011 1010010 0 1011100 1001 1110001 1010101 110001

Color Harmonies of #2BE913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE913

Black with #2BE913

Text Example


Text Example

White with #2BE913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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