Html Css Color HEX #2FF813 Harlequin

📋 copy color: '#2FF813'

red 47 ◦ green 248 ◦ blue 19

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

Shades of Harlequin #2FF813

Tints of Harlequin #2FF813

RGB

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

 GREEN value IS 248 (97.27% from 255) = 78.98%

 BLUE value IS 19 (7.81% from 255) = 6.05%

R = 14.97%
G = 78.98%
B = 6.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#2FF813 (or 0x2FF813) is known color: Harlequin. HEX triplet: 2F, F8 and 13. RGB value is (47,248,19). Sum of RGB (Red+Green+Blue) = 47+248+19=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 248 (97.27% from 255 or 78.98% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF813 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF813 is #D007EC. Grayscale: #A2A2A2. Windows color (decimal): -13633517 or 1308719. OLE color: 1308719.

HSL color Cylindrical-coordinate representation of color #2FF813: hue angle of 112.66º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FF813 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 47 248 19 -
CMYK 0.81 0 0.92 0.03
HSL 112.66º 0.94% 0.52% -
HSV(B) 112.66º 0.92% 0.97% -
XYZ 34.86 67.79 11.86 -
YUV 161.8 47.41 46.12 -
System Red Green Blue C M Y K H S L
Decimal 47 248 19 0.81 0 0.92 0.03 112.66 0.94 0.52
Hex 2F F8 13 51 0 5C 3 71 5E 34
Octal 57 370 23 121 0 134 3 161 136 64
Binary 101111 11111000 10011 1010001 0 1011100 11 1110001 1011110 110100

Color Harmonies of #2FF813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF813

Black with #2FF813

Text Example


Text Example

White with #2FF813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,248,19); }

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

background-color css

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

 a { background-color: rgb(47,248,19); }

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

border-color css

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

 span { border-color: rgb(47,248,19); }

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