Html Css Color HEX #2FE414 Harlequin

📋 copy color: '#2FE414'

red 47 ◦ green 228 ◦ blue 20

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

Shades of Harlequin #2FE414

Tints of Harlequin #2FE414

RGB

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

 GREEN value IS 228 (89.45% from 255) = 77.29%

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

R = 15.93%
G = 77.29%
B = 6.78%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#2FE414 (or 0x2FE414) is known color: Harlequin. HEX triplet: 2F, E4 and 14. RGB value is (47,228,20). Sum of RGB (Red+Green+Blue) = 47+228+20=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 228 (89.45% from 255 or 77.29% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE414 is #D01BEB. Grayscale: #969696. Windows color (decimal): -13638636 or 1369135. OLE color: 1369135.

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

Color convert

RGB 47 228 20 -
CMYK 0.79 0 0.91 0.11
HSL 112.21º 0.84% 0.49% -
HSV(B) 112.21º 0.91% 0.89% -
XYZ 29.04 56.14 9.97 -
YUV 150.17 54.53 54.41 -
System Red Green Blue C M Y K H S L
Decimal 47 228 20 0.79 0 0.91 0.11 112.21 0.84 0.49
Hex 2F E4 14 4F 0 5B B 70 54 31
Octal 57 344 24 117 0 133 13 160 124 61
Binary 101111 11100100 10100 1001111 0 1011011 1011 1110000 1010100 110001

Color Harmonies of #2FE414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE414

Black with #2FE414

Text Example


Text Example

White with #2FE414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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