Html Css Color HEX #2BED15 Harlequin

📋 copy color: '#2BED15'

red 43 ◦ green 237 ◦ blue 21

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

Shades of Harlequin #2BED15

Tints of Harlequin #2BED15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 14.29%
G = 78.74%
B = 6.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#2BED15 (or 0x2BED15) is known color: Harlequin. HEX triplet: 2B, ED and 15. RGB value is (43,237,21). Sum of RGB (Red+Green+Blue) = 43+237+21=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 237 (92.97% from 255 or 78.74% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BED15 is #D412EA. Grayscale: #9B9B9B. Windows color (decimal): -13898475 or 1436971. OLE color: 1436971.

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

Color convert

RGB 43 237 21 -
CMYK 0.82 0 0.91 0.07
HSL 113.89º 0.86% 0.51% -
HSV(B) 113.89º 0.91% 0.93% -
XYZ 31.42 61.14 10.85 -
YUV 154.37 52.73 48.56 -
System Red Green Blue C M Y K H S L
Decimal 43 237 21 0.82 0 0.91 0.07 113.89 0.86 0.51
Hex 2B ED 15 52 0 5B 7 72 56 33
Octal 53 355 25 122 0 133 7 162 126 63
Binary 101011 11101101 10101 1010010 0 1011011 111 1110010 1010110 110011

Color Harmonies of #2BED15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BED15

Black with #2BED15

Text Example


Text Example

White with #2BED15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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