Html Css Color HEX #2BE002 Harlequin

📋 copy color: '#2BE002'

red 43 ◦ green 224 ◦ blue 2

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

Shades of Harlequin #2BE002

Tints of Harlequin #2BE002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 83.27%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 15.99%
G = 83.27%
B = 0.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#2BE002 (or 0x2BE002) is known color: Harlequin. HEX triplet: 2B, E0 and 02. RGB value is (43,224,2). Sum of RGB (Red+Green+Blue) = 43+224+2=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 224 (87.89% from 255 or 83.27% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE002 is #D41FFD. Grayscale: #919191. Windows color (decimal): -13901822 or 188459. OLE color: 188459.

HSL color Cylindrical-coordinate representation of color #2BE002: hue angle of 108.92º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BE002 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 224 2 -
CMYK 0.81 0 0.99 0.12
HSL 108.92º 0.98% 0.44% -
HSV(B) 108.92º 0.99% 0.88% -
XYZ 27.66 53.83 8.99 -
YUV 144.57 47.53 55.55 -
System Red Green Blue C M Y K H S L
Decimal 43 224 2 0.81 0 0.99 0.12 108.92 0.98 0.44
Hex 2B E0 2 51 0 63 C 6D 62 2C
Octal 53 340 2 121 0 143 14 155 142 54
Binary 101011 11100000 10 1010001 0 1100011 1100 1101101 1100010 101100

Color Harmonies of #2BE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE002

Black with #2BE002

Text Example


Text Example

White with #2BE002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,224,2); }

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

background-color css

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

 a { background-color: rgb(43,224,2); }

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

border-color css

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

 span { border-color: rgb(43,224,2); }

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