Html Css Color HEX #2BDD09 Harlequin

📋 copy color: '#2BDD09'

red 43 ◦ green 221 ◦ blue 9

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

Shades of Harlequin #2BDD09

Tints of Harlequin #2BDD09

RGB

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

 GREEN value IS 221 (86.72% from 255) = 80.95%

 BLUE value IS 9 (3.91% from 255) = 3.3%

R = 15.75%
G = 80.95%
B = 3.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#2BDD09 (or 0x2BDD09) is known color: Harlequin. HEX triplet: 2B, DD and 09. RGB value is (43,221,9). Sum of RGB (Red+Green+Blue) = 43+221+9=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 221 (86.72% from 255 or 80.95% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDD09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDD09 is #D422F6. Grayscale: #909090. Windows color (decimal): -13902583 or 646443. OLE color: 646443.

HSL color Cylindrical-coordinate representation of color #2BDD09: hue angle of 110.38º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BDD09 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 221 9 -
CMYK 0.81 0 0.96 0.13
HSL 110.38º 0.92% 0.45% -
HSV(B) 110.38º 0.96% 0.87% -
XYZ 26.9 52.25 8.93 -
YUV 143.61 52.03 56.24 -
System Red Green Blue C M Y K H S L
Decimal 43 221 9 0.81 0 0.96 0.13 110.38 0.92 0.45
Hex 2B DD 9 51 0 60 D 6E 5C 2D
Octal 53 335 11 121 0 140 15 156 134 55
Binary 101011 11011101 1001 1010001 0 1100000 1101 1101110 1011100 101101

Color Harmonies of #2BDD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDD09

Black with #2BDD09

Text Example


Text Example

White with #2BDD09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,221,9); }

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

background-color css

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

 a { background-color: rgb(43,221,9); }

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

border-color css

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

 span { border-color: rgb(43,221,9); }

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