Html Css Color HEX #2FE714 Harlequin

📋 copy color: '#2FE714'

red 47 ◦ green 231 ◦ blue 20

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

Shades of Harlequin #2FE714

Tints of Harlequin #2FE714

RGB

 RED value IS 47 (18.75% from 255) = 15.77%

 GREEN value IS 231 (90.63% from 255) = 77.52%

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 15.77%
G = 77.52%
B = 6.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#2FE714 (or 0x2FE714) is known color: Harlequin. HEX triplet: 2F, E7 and 14. RGB value is (47,231,20). Sum of RGB (Red+Green+Blue) = 47+231+20=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 231 (90.62% from 255 or 77.52% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE714 is #D018EB. Grayscale: #989898. Windows color (decimal): -13637868 or 1369903. OLE color: 1369903.

HSL color Cylindrical-coordinate representation of color #2FE714: hue angle of 112.32º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FE714 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 231 20 -
CMYK 0.80 0 0.91 0.09
HSL 112.32º 0.84% 0.49% -
HSV(B) 112.32º 0.91% 0.91% -
XYZ 29.87 57.81 10.25 -
YUV 151.93 53.54 53.16 -
System Red Green Blue C M Y K H S L
Decimal 47 231 20 0.80 0 0.91 0.09 112.32 0.84 0.49
Hex 2F E7 14 50 0 5B 9 70 54 31
Octal 57 347 24 120 0 133 11 160 124 61
Binary 101111 11100111 10100 1010000 0 1011011 1001 1110000 1010100 110001

Color Harmonies of #2FE714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE714

Black with #2FE714

Text Example


Text Example

White with #2FE714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FE714; }

 p { color: rgb(47,231,20); }

 H1.HeaderClassName
 {
   color: #2FE714;
 }
 .AnyTagClassName
 {
   color: #2FE714;
 }
</style>

background-color css

<style>
 a { background-color: #2FE714; }

 a { background-color: rgb(47,231,20); }

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

border-color css

<style>
 span { border-color: #2FE714; }

 span { border-color: rgb(47,231,20); }

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