Html Css Color HEX #2FF21F Harlequin

📋 copy color: '#2FF21F'

red 47 ◦ green 242 ◦ blue 31

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

Shades of Harlequin #2FF21F

Tints of Harlequin #2FF21F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 75.63%

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 14.69%
G = 75.63%
B = 9.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#2FF21F (or 0x2FF21F) is known color: Harlequin. HEX triplet: 2F, F2 and 1F. RGB value is (47,242,31). Sum of RGB (Red+Green+Blue) = 47+242+31=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 242 (94.92% from 255 or 75.62% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF21F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF21F is #D00DE0. Grayscale: #A0A0A0. Windows color (decimal): -13635041 or 2093615. OLE color: 2093615.

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

Color convert

RGB 47 242 31 -
CMYK 0.81 0 0.87 0.05
HSL 115.45º 0.89% 0.54% -
HSV(B) 115.45º 0.87% 0.95% -
XYZ 33.17 64.21 11.94 -
YUV 159.64 55.4 47.66 -
System Red Green Blue C M Y K H S L
Decimal 47 242 31 0.81 0 0.87 0.05 115.45 0.89 0.54
Hex 2F F2 1F 51 0 57 5 73 59 36
Octal 57 362 37 121 0 127 5 163 131 66
Binary 101111 11110010 11111 1010001 0 1010111 101 1110011 1011001 110110

Color Harmonies of #2FF21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF21F

Black with #2FF21F

Text Example


Text Example

White with #2FF21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,242,31); }

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

background-color css

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

 a { background-color: rgb(47,242,31); }

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

border-color css

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

 span { border-color: rgb(47,242,31); }

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