Html Css Color HEX #2BED06 Harlequin

📋 copy color: '#2BED06'

red 43 ◦ green 237 ◦ blue 6

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

Shades of Harlequin #2BED06

Tints of Harlequin #2BED06

RGB

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

 GREEN value IS 237 (92.97% from 255) = 82.87%

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

R = 15.03%
G = 82.87%
B = 2.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#2BED06 (or 0x2BED06) is known color: Harlequin. HEX triplet: 2B, ED and 06. RGB value is (43,237,6). Sum of RGB (Red+Green+Blue) = 43+237+6=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 237 (92.97% from 255 or 82.87% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BED06 is #D412F9. Grayscale: #999999. Windows color (decimal): -13898490 or 453931. OLE color: 453931.

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

Color convert

RGB 43 237 6 -
CMYK 0.82 0 0.97 0.07
HSL 110.39º 0.95% 0.48% -
HSV(B) 110.39º 0.97% 0.93% -
XYZ 31.31 61.1 10.31 -
YUV 152.66 45.23 49.78 -
System Red Green Blue C M Y K H S L
Decimal 43 237 6 0.82 0 0.97 0.07 110.39 0.95 0.48
Hex 2B ED 6 52 0 61 7 6E 5F 30
Octal 53 355 6 122 0 141 7 156 137 60
Binary 101011 11101101 110 1010010 0 1100001 111 1101110 1011111 110000

Color Harmonies of #2BED06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BED06

Black with #2BED06

Text Example


Text Example

White with #2BED06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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