Html Css Color HEX #31DF02 Harlequin

📋 copy color: '#31DF02'

red 49 ◦ green 223 ◦ blue 2

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

Shades of Harlequin #31DF02

Tints of Harlequin #31DF02

RGB

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

 GREEN value IS 223 (87.5% from 255) = 81.39%

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

R = 17.88%
G = 81.39%
B = 0.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#31DF02 (or 0x31DF02) is known color: Harlequin. HEX triplet: 31, DF and 02. RGB value is (49,223,2). Sum of RGB (Red+Green+Blue) = 49+223+2=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 223 (87.5% from 255 or 81.39% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 223 - color contains mainly: green. Hex color #31DF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DF02 is #CE20FD. Grayscale: #929292. Windows color (decimal): -13508862 or 188209. OLE color: 188209.

HSL color Cylindrical-coordinate representation of color #31DF02: hue angle of 107.24º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31DF02 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 223 2 -
CMYK 0.78 0 0.99 0.13
HSL 107.24º 0.98% 0.44% -
HSV(B) 107.24º 0.99% 0.87% -
XYZ 27.67 53.43 8.91 -
YUV 145.78 46.85 58.97 -
System Red Green Blue C M Y K H S L
Decimal 49 223 2 0.78 0 0.99 0.13 107.24 0.98 0.44
Hex 31 DF 2 4E 0 63 D 6B 62 2C
Octal 61 337 2 116 0 143 15 153 142 54
Binary 110001 11011111 10 1001110 0 1100011 1101 1101011 1100010 101100

Color Harmonies of #31DF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DF02

Black with #31DF02

Text Example


Text Example

White with #31DF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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