Html Css Color HEX #2FF115 Harlequin

📋 copy color: '#2FF115'

red 47 ◦ green 241 ◦ blue 21

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

Shades of Harlequin #2FF115

Tints of Harlequin #2FF115

RGB

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

 GREEN value IS 241 (94.53% from 255) = 77.99%

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

R = 15.21%
G = 77.99%
B = 6.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#2FF115 (or 0x2FF115) is known color: Harlequin. HEX triplet: 2F, F1 and 15. RGB value is (47,241,21). Sum of RGB (Red+Green+Blue) = 47+241+21=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 241 (94.53% from 255 or 77.99% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF115 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF115 is #D00EEA. Grayscale: #9E9E9E. Windows color (decimal): -13635307 or 1437999. OLE color: 1437999.

HSL color Cylindrical-coordinate representation of color #2FF115: hue angle of 112.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FF115 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 21 -
CMYK 0.80 0 0.91 0.05
HSL 112.91º 0.89% 0.51% -
HSV(B) 112.91º 0.91% 0.95% -
XYZ 32.76 63.57 11.25 -
YUV 157.91 50.73 48.89 -
System Red Green Blue C M Y K H S L
Decimal 47 241 21 0.80 0 0.91 0.05 112.91 0.89 0.51
Hex 2F F1 15 50 0 5B 5 71 59 33
Octal 57 361 25 120 0 133 5 161 131 63
Binary 101111 11110001 10101 1010000 0 1011011 101 1110001 1011001 110011

Color Harmonies of #2FF115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF115

Black with #2FF115

Text Example


Text Example

White with #2FF115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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