Html Css Color HEX #2FF818 Harlequin

📋 copy color: '#2FF818'

red 47 ◦ green 248 ◦ blue 24

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

Shades of Harlequin #2FF818

Tints of Harlequin #2FF818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.52%

R = 14.73%
G = 77.74%
B = 7.52%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#2FF818 (or 0x2FF818) is known color: Harlequin. HEX triplet: 2F, F8 and 18. RGB value is (47,248,24). Sum of RGB (Red+Green+Blue) = 47+248+24=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 248 (97.27% from 255 or 77.74% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF818 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF818 is #D007E7. Grayscale: #A3A3A3. Windows color (decimal): -13633512 or 1636399. OLE color: 1636399.

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

Color convert

RGB 47 248 24 -
CMYK 0.81 0 0.90 0.03
HSL 113.84º 0.94% 0.53% -
HSV(B) 113.84º 0.9% 0.97% -
XYZ 34.9 67.81 12.11 -
YUV 162.37 49.91 45.71 -
System Red Green Blue C M Y K H S L
Decimal 47 248 24 0.81 0 0.90 0.03 113.84 0.94 0.53
Hex 2F F8 18 51 0 5A 3 72 5E 35
Octal 57 370 30 121 0 132 3 162 136 65
Binary 101111 11111000 11000 1010001 0 1011010 11 1110010 1011110 110101

Color Harmonies of #2FF818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF818

Black with #2FF818

Text Example


Text Example

White with #2FF818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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