Html Css Color HEX #31EF1E Harlequin

📋 copy color: '#31EF1E'

red 49 ◦ green 239 ◦ blue 30

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

Shades of Harlequin #31EF1E

Tints of Harlequin #31EF1E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 75.16%

 BLUE value IS 30 (12.11% from 255) = 9.43%

R = 15.41%
G = 75.16%
B = 9.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#31EF1E (or 0x31EF1E) is known color: Harlequin. HEX triplet: 31, EF and 1E. RGB value is (49,239,30). Sum of RGB (Red+Green+Blue) = 49+239+30=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 239 (93.75% from 255 or 75.16% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 239 - color contains mainly: green. Hex color #31EF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EF1E is #CE10E1. Grayscale: #9F9F9F. Windows color (decimal): -13504738 or 2027313. OLE color: 2027313.

HSL color Cylindrical-coordinate representation of color #31EF1E: hue angle of 114.55º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31EF1E is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 239 30 -
CMYK 0.79 0 0.87 0.06
HSL 114.55º 0.87% 0.53% -
HSV(B) 114.55º 0.87% 0.94% -
XYZ 32.37 62.48 11.58 -
YUV 158.36 55.55 49.99 -
System Red Green Blue C M Y K H S L
Decimal 49 239 30 0.79 0 0.87 0.06 114.55 0.87 0.53
Hex 31 EF 1E 4F 0 57 6 73 57 35
Octal 61 357 36 117 0 127 6 163 127 65
Binary 110001 11101111 11110 1001111 0 1010111 110 1110011 1010111 110101

Color Harmonies of #31EF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EF1E

Black with #31EF1E

Text Example


Text Example

White with #31EF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,239,30); }

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

background-color css

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

 a { background-color: rgb(49,239,30); }

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

border-color css

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

 span { border-color: rgb(49,239,30); }

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