Html Css Color HEX #2BEE05 Harlequin

📋 copy color: '#2BEE05'

red 43 ◦ green 238 ◦ blue 5

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

Shades of Harlequin #2BEE05

Tints of Harlequin #2BEE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 15.03%
G = 83.22%
B = 1.75%

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

#2BEE05 (or 0x2BEE05) is known color: Harlequin. HEX triplet: 2B, EE and 05. RGB value is (43,238,5). Sum of RGB (Red+Green+Blue) = 43+238+5=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 238 (93.36% from 255 or 83.22% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEE05 is #D411FA. Grayscale: #999999. Windows color (decimal): -13898235 or 388651. OLE color: 388651.

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

Color convert

RGB 43 238 5 -
CMYK 0.82 0 0.98 0.07
HSL 110.21º 0.96% 0.48% -
HSV(B) 110.21º 0.98% 0.93% -
XYZ 31.6 61.67 10.38 -
YUV 153.13 44.4 49.45 -
System Red Green Blue C M Y K H S L
Decimal 43 238 5 0.82 0 0.98 0.07 110.21 0.96 0.48
Hex 2B EE 5 52 0 62 7 6E 60 30
Octal 53 356 5 122 0 142 7 156 140 60
Binary 101011 11101110 101 1010010 0 1100010 111 1101110 1100000 110000

Color Harmonies of #2BEE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEE05

Black with #2BEE05

Text Example


Text Example

White with #2BEE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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