Html Css Color HEX #2FE815 Harlequin

📋 copy color: '#2FE815'

red 47 ◦ green 232 ◦ blue 21

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

Shades of Harlequin #2FE815

Tints of Harlequin #2FE815

RGB

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

 GREEN value IS 232 (91.02% from 255) = 77.33%

 BLUE value IS 21 (8.59% from 255) = 7%

R = 15.67%
G = 77.33%
B = 7%

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

#2FE815 (or 0x2FE815) is known color: Harlequin. HEX triplet: 2F, E8 and 15. RGB value is (47,232,21). Sum of RGB (Red+Green+Blue) = 47+232+21=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 232 (91.02% from 255 or 77.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE815 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE815 is #D017EA. Grayscale: #999999. Windows color (decimal): -13637611 or 1435695. OLE color: 1435695.

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

Color convert

RGB 47 232 21 -
CMYK 0.80 0 0.91 0.09
HSL 112.61º 0.83% 0.5% -
HSV(B) 112.61º 0.91% 0.91% -
XYZ 30.16 58.37 10.39 -
YUV 152.63 53.71 52.66 -
System Red Green Blue C M Y K H S L
Decimal 47 232 21 0.80 0 0.91 0.09 112.61 0.83 0.5
Hex 2F E8 15 50 0 5B 9 71 53 32
Octal 57 350 25 120 0 133 11 161 123 62
Binary 101111 11101000 10101 1010000 0 1011011 1001 1110001 1010011 110010

Color Harmonies of #2FE815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE815

Black with #2FE815

Text Example


Text Example

White with #2FE815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,232,21); }

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

background-color css

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

 a { background-color: rgb(47,232,21); }

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

border-color css

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

 span { border-color: rgb(47,232,21); }

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