Html Css Color HEX #2BE914 Harlequin

📋 copy color: '#2BE914'

red 43 ◦ green 233 ◦ blue 20

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

Shades of Harlequin #2BE914

Tints of Harlequin #2BE914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 14.53%
G = 78.72%
B = 6.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#2BE914 (or 0x2BE914) is known color: Harlequin. HEX triplet: 2B, E9 and 14. RGB value is (43,233,20). Sum of RGB (Red+Green+Blue) = 43+233+20=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 233 (91.41% from 255 or 78.72% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BE914 is #D416EB. Grayscale: #989898. Windows color (decimal): -13899500 or 1370411. OLE color: 1370411.

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

Color convert

RGB 43 233 20 -
CMYK 0.82 0 0.91 0.09
HSL 113.52º 0.84% 0.5% -
HSV(B) 113.52º 0.91% 0.91% -
XYZ 30.26 58.84 10.42 -
YUV 151.91 53.55 50.32 -
System Red Green Blue C M Y K H S L
Decimal 43 233 20 0.82 0 0.91 0.09 113.52 0.84 0.5
Hex 2B E9 14 52 0 5B 9 72 54 32
Octal 53 351 24 122 0 133 11 162 124 62
Binary 101011 11101001 10100 1010010 0 1011011 1001 1110010 1010100 110010

Color Harmonies of #2BE914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE914

Black with #2BE914

Text Example


Text Example

White with #2BE914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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