Html Css Color HEX #2BE003 Harlequin

📋 copy color: '#2BE003'

red 43 ◦ green 224 ◦ blue 3

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

Shades of Harlequin #2BE003

Tints of Harlequin #2BE003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 15.93%
G = 82.96%
B = 1.11%

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

#2BE003 (or 0x2BE003) is known color: Harlequin. HEX triplet: 2B, E0 and 03. RGB value is (43,224,3). Sum of RGB (Red+Green+Blue) = 43+224+3=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 224 (87.89% from 255 or 82.96% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE003 is #D41FFC. Grayscale: #919191. Windows color (decimal): -13901821 or 253995. OLE color: 253995.

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

Color convert

RGB 43 224 3 -
CMYK 0.81 0 0.99 0.12
HSL 109.14º 0.97% 0.45% -
HSV(B) 109.14º 0.99% 0.88% -
XYZ 27.67 53.83 9.02 -
YUV 144.69 48.03 55.47 -
System Red Green Blue C M Y K H S L
Decimal 43 224 3 0.81 0 0.99 0.12 109.14 0.97 0.45
Hex 2B E0 3 51 0 63 C 6D 61 2D
Octal 53 340 3 121 0 143 14 155 141 55
Binary 101011 11100000 11 1010001 0 1100011 1100 1101101 1100001 101101

Color Harmonies of #2BE003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE003

Black with #2BE003

Text Example


Text Example

White with #2BE003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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