Html Css Color HEX #2FED14 Harlequin

📋 copy color: '#2FED14'

red 47 ◦ green 237 ◦ blue 20

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

Shades of Harlequin #2FED14

Tints of Harlequin #2FED14

RGB

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

 GREEN value IS 237 (92.97% from 255) = 77.96%

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

R = 15.46%
G = 77.96%
B = 6.58%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#2FED14 (or 0x2FED14) is known color: Harlequin. HEX triplet: 2F, ED and 14. RGB value is (47,237,20). Sum of RGB (Red+Green+Blue) = 47+237+20=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 237 (92.97% from 255 or 77.96% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FED14 is #D012EB. Grayscale: #9C9C9C. Windows color (decimal): -13636332 or 1371439. OLE color: 1371439.

HSL color Cylindrical-coordinate representation of color #2FED14: hue angle of 112.53º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FED14 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 237 20 -
CMYK 0.80 0 0.92 0.07
HSL 112.53º 0.86% 0.5% -
HSV(B) 112.53º 0.92% 0.93% -
XYZ 31.58 61.22 10.81 -
YUV 155.45 51.55 50.64 -
System Red Green Blue C M Y K H S L
Decimal 47 237 20 0.80 0 0.92 0.07 112.53 0.86 0.5
Hex 2F ED 14 50 0 5C 7 71 56 32
Octal 57 355 24 120 0 134 7 161 126 62
Binary 101111 11101101 10100 1010000 0 1011100 111 1110001 1010110 110010

Color Harmonies of #2FED14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FED14

Black with #2FED14

Text Example


Text Example

White with #2FED14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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