Html Css Color HEX #2BEB14 Harlequin

📋 copy color: '#2BEB14'

red 43 ◦ green 235 ◦ blue 20

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

Shades of Harlequin #2BEB14

Tints of Harlequin #2BEB14

RGB

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

 GREEN value IS 235 (92.19% from 255) = 78.86%

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

R = 14.43%
G = 78.86%
B = 6.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#2BEB14 (or 0x2BEB14) is known color: Harlequin. HEX triplet: 2B, EB and 14. RGB value is (43,235,20). Sum of RGB (Red+Green+Blue) = 43+235+20=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 235 (92.19% from 255 or 78.86% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEB14 is #D414EB. Grayscale: #999999. Windows color (decimal): -13898988 or 1370923. OLE color: 1370923.

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

Color convert

RGB 43 235 20 -
CMYK 0.82 0 0.91 0.08
HSL 113.58º 0.84% 0.5% -
HSV(B) 113.58º 0.91% 0.92% -
XYZ 30.83 59.98 10.61 -
YUV 153.08 52.89 49.48 -
System Red Green Blue C M Y K H S L
Decimal 43 235 20 0.82 0 0.91 0.08 113.58 0.84 0.5
Hex 2B EB 14 52 0 5B 8 72 54 32
Octal 53 353 24 122 0 133 10 162 124 62
Binary 101011 11101011 10100 1010010 0 1011011 1000 1110010 1010100 110010

Color Harmonies of #2BEB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEB14

Black with #2BEB14

Text Example


Text Example

White with #2BEB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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