Html Css Color HEX #28EB02 Harlequin

📋 copy color: '#28EB02'

red 40 ◦ green 235 ◦ blue 2

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

Shades of Harlequin #28EB02

Tints of Harlequin #28EB02

RGB

 RED value IS 40 (16.02% from 255) = 14.44%

 GREEN value IS 235 (92.19% from 255) = 84.84%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 14.44%
G = 84.84%
B = 0.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#28EB02 (or 0x28EB02) is known color: Harlequin. HEX triplet: 28, EB and 02. RGB value is (40,235,2). Sum of RGB (Red+Green+Blue) = 40+235+2=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 235 (92.19% from 255 or 84.84% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 235 - color contains mainly: green. Hex color #28EB02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28EB02 is #D714FD. Grayscale: #969696. Windows color (decimal): -14095614 or 191272. OLE color: 191272.

HSL color Cylindrical-coordinate representation of color #28EB02: hue angle of 110.21º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28EB02 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 235 2 -
CMYK 0.83 0 0.99 0.08
HSL 110.21º 0.98% 0.46% -
HSV(B) 110.21º 0.99% 0.92% -
XYZ 30.59 59.87 10 -
YUV 150.13 44.4 49.45 -
System Red Green Blue C M Y K H S L
Decimal 40 235 2 0.83 0 0.99 0.08 110.21 0.98 0.46
Hex 28 EB 2 53 0 63 8 6E 62 2E
Octal 50 353 2 123 0 143 10 156 142 56
Binary 101000 11101011 10 1010011 0 1100011 1000 1101110 1100010 101110

Color Harmonies of #28EB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EB02

Black with #28EB02

Text Example


Text Example

White with #28EB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28EB02; }

 p { color: rgb(40,235,2); }

 H1.HeaderClassName
 {
   color: #28EB02;
 }
 .AnyTagClassName
 {
   color: #28EB02;
 }
</style>

background-color css

<style>
 a { background-color: #28EB02; }

 a { background-color: rgb(40,235,2); }

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

border-color css

<style>
 span { border-color: #28EB02; }

 span { border-color: rgb(40,235,2); }

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