Html Css Color HEX #2BEA06 Harlequin

📋 copy color: '#2BEA06'

red 43 ◦ green 234 ◦ blue 6

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

Shades of Harlequin #2BEA06

Tints of Harlequin #2BEA06

RGB

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

 GREEN value IS 234 (91.8% from 255) = 82.69%

 BLUE value IS 6 (2.73% from 255) = 2.12%

R = 15.19%
G = 82.69%
B = 2.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#2BEA06 (or 0x2BEA06) is known color: Harlequin. HEX triplet: 2B, EA and 06. RGB value is (43,234,6). Sum of RGB (Red+Green+Blue) = 43+234+6=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 234 (91.80% from 255 or 82.69% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEA06 is #D415F9. Grayscale: #979797. Windows color (decimal): -13899258 or 453163. OLE color: 453163.

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

Color convert

RGB 43 234 6 -
CMYK 0.82 0 0.97 0.08
HSL 110.26º 0.95% 0.47% -
HSV(B) 110.26º 0.97% 0.92% -
XYZ 30.45 59.37 10.03 -
YUV 150.9 46.22 51.04 -
System Red Green Blue C M Y K H S L
Decimal 43 234 6 0.82 0 0.97 0.08 110.26 0.95 0.47
Hex 2B EA 6 52 0 61 8 6E 5F 2F
Octal 53 352 6 122 0 141 10 156 137 57
Binary 101011 11101010 110 1010010 0 1100001 1000 1101110 1011111 101111

Color Harmonies of #2BEA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEA06

Black with #2BEA06

Text Example


Text Example

White with #2BEA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,234,6); }

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

background-color css

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

 a { background-color: rgb(43,234,6); }

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

border-color css

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

 span { border-color: rgb(43,234,6); }

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