Html Css Color HEX #2BE60E Harlequin

📋 copy color: '#2BE60E'

red 43 ◦ green 230 ◦ blue 14

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

Shades of Harlequin #2BE60E

Tints of Harlequin #2BE60E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 80.14%

 BLUE value IS 14 (5.86% from 255) = 4.88%

R = 14.98%
G = 80.14%
B = 4.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#2BE60E (or 0x2BE60E) is known color: Harlequin. HEX triplet: 2B, E6 and 0E. RGB value is (43,230,14). Sum of RGB (Red+Green+Blue) = 43+230+14=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 230 (90.23% from 255 or 80.14% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE60E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BE60E is #D419F1. Grayscale: #969696. Windows color (decimal): -13900274 or 976427. OLE color: 976427.

HSL color Cylindrical-coordinate representation of color #2BE60E: hue angle of 111.94º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BE60E is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 43 230 14 -
CMYK 0.81 0 0.94 0.10
HSL 111.94º 0.89% 0.48% -
HSV(B) 111.94º 0.94% 0.9% -
XYZ 29.37 57.14 9.9 -
YUV 149.46 51.55 52.06 -
System Red Green Blue C M Y K H S L
Decimal 43 230 14 0.81 0 0.94 0.10 111.94 0.89 0.48
Hex 2B E6 E 51 0 5E A 70 59 30
Octal 53 346 16 121 0 136 12 160 131 60
Binary 101011 11100110 1110 1010001 0 1011110 1010 1110000 1011001 110000

Color Harmonies of #2BE60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE60E

Black with #2BE60E

Text Example


Text Example

White with #2BE60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,230,14); }

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

background-color css

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

 a { background-color: rgb(43,230,14); }

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

border-color css

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

 span { border-color: rgb(43,230,14); }

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