Html Css Color HEX #31E602 Harlequin

📋 copy color: '#31E602'

red 49 ◦ green 230 ◦ blue 2

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

Shades of Harlequin #31E602

Tints of Harlequin #31E602

RGB

 RED value IS 49 (19.53% from 255) = 17.44%

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

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

R = 17.44%
G = 81.85%
B = 0.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#31E602 (or 0x31E602) is known color: Harlequin. HEX triplet: 31, E6 and 02. RGB value is (49,230,2). Sum of RGB (Red+Green+Blue) = 49+230+2=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 230 (90.23% from 255 or 81.85% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 230 - color contains mainly: green. Hex color #31E602 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31E602 is #CE19FD. Grayscale: #969696. Windows color (decimal): -13507070 or 190001. OLE color: 190001.

HSL color Cylindrical-coordinate representation of color #31E602: hue angle of 107.63º 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 #31E602 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 230 2 -
CMYK 0.79 0 0.99 0.10
HSL 107.63º 0.98% 0.45% -
HSV(B) 107.63º 0.99% 0.9% -
XYZ 29.57 57.25 9.55 -
YUV 149.89 44.53 56.04 -
System Red Green Blue C M Y K H S L
Decimal 49 230 2 0.79 0 0.99 0.10 107.63 0.98 0.45
Hex 31 E6 2 4F 0 63 A 6C 62 2D
Octal 61 346 2 117 0 143 12 154 142 55
Binary 110001 11100110 10 1001111 0 1100011 1010 1101100 1100010 101101

Color Harmonies of #31E602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E602

Black with #31E602

Text Example


Text Example

White with #31E602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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