Html Css Color HEX #36E602 Harlequin

📋 copy color: '#36E602'

red 54 ◦ green 230 ◦ blue 2

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

Shades of Harlequin #36E602

Tints of Harlequin #36E602

RGB

 RED value IS 54 (21.48% from 255) = 18.88%

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

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

R = 18.88%
G = 80.42%
B = 0.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#36E602 (or 0x36E602) is known color: Harlequin. HEX triplet: 36, E6 and 02. RGB value is (54,230,2). Sum of RGB (Red+Green+Blue) = 54+230+2=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 230 (90.23% from 255 or 80.42% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 230 - color contains mainly: green. Hex color #36E602 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36E602 is #C919FD. Grayscale: #989898. Windows color (decimal): -13179390 or 190006. OLE color: 190006.

HSL color Cylindrical-coordinate representation of color #36E602: hue angle of 106.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36E602 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 54 230 2 -
CMYK 0.77 0 0.99 0.10
HSL 106.32º 0.98% 0.45% -
HSV(B) 106.32º 0.99% 0.9% -
XYZ 29.83 57.38 9.56 -
YUV 151.38 43.69 58.54 -
System Red Green Blue C M Y K H S L
Decimal 54 230 2 0.77 0 0.99 0.10 106.32 0.98 0.45
Hex 36 E6 2 4D 0 63 A 6A 62 2D
Octal 66 346 2 115 0 143 12 152 142 55
Binary 110110 11100110 10 1001101 0 1100011 1010 1101010 1100010 101101

Color Harmonies of #36E602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E602

Black with #36E602

Text Example


Text Example

White with #36E602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36E602; }

 p { color: rgb(54,230,2); }

 H1.HeaderClassName
 {
   color: #36E602;
 }
 .AnyTagClassName
 {
   color: #36E602;
 }
</style>

background-color css

<style>
 a { background-color: #36E602; }

 a { background-color: rgb(54,230,2); }

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

border-color css

<style>
 span { border-color: #36E602; }

 span { border-color: rgb(54,230,2); }

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