Html Css Color HEX #2BEE04 Harlequin

📋 copy color: '#2BEE04'

red 43 ◦ green 238 ◦ blue 4

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

Shades of Harlequin #2BEE04

Tints of Harlequin #2BEE04

RGB

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

 GREEN value IS 238 (93.36% from 255) = 83.51%

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 15.09%
G = 83.51%
B = 1.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#2BEE04 (or 0x2BEE04) is known color: Harlequin. HEX triplet: 2B, EE and 04. RGB value is (43,238,4). Sum of RGB (Red+Green+Blue) = 43+238+4=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 238 (93.36% from 255 or 83.51% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEE04 is #D411FB. Grayscale: #999999. Windows color (decimal): -13898236 or 323115. OLE color: 323115.

HSL color Cylindrical-coordinate representation of color #2BEE04: hue angle of 110º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BEE04 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 238 4 -
CMYK 0.82 0 0.98 0.07
HSL 110º 0.97% 0.47% -
HSV(B) 110º 0.98% 0.93% -
XYZ 31.59 61.67 10.35 -
YUV 153.02 43.9 49.53 -
System Red Green Blue C M Y K H S L
Decimal 43 238 4 0.82 0 0.98 0.07 110 0.97 0.47
Hex 2B EE 4 52 0 62 7 6E 61 2F
Octal 53 356 4 122 0 142 7 156 141 57
Binary 101011 11101110 100 1010010 0 1100010 111 1101110 1100001 101111

Color Harmonies of #2BEE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEE04

Black with #2BEE04

Text Example


Text Example

White with #2BEE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,238,4); }

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

background-color css

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

 a { background-color: rgb(43,238,4); }

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

border-color css

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

 span { border-color: rgb(43,238,4); }

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