Html Css Color HEX #2FF908 Harlequin

📋 copy color: '#2FF908'

red 47 ◦ green 249 ◦ blue 8

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

Shades of Harlequin #2FF908

Tints of Harlequin #2FF908

RGB

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

 GREEN value IS 249 (97.66% from 255) = 81.91%

 BLUE value IS 8 (3.52% from 255) = 2.63%

R = 15.46%
G = 81.91%
B = 2.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#2FF908 (or 0x2FF908) is known color: Harlequin. HEX triplet: 2F, F9 and 08. RGB value is (47,249,8). Sum of RGB (Red+Green+Blue) = 47+249+8=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 249 (97.66% from 255 or 81.91% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF908 is #D006F7. Grayscale: #A1A1A1. Windows color (decimal): -13633272 or 588079. OLE color: 588079.

HSL color Cylindrical-coordinate representation of color #2FF908: hue angle of 110.29º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FF908 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 249 8 -
CMYK 0.81 0 0.97 0.02
HSL 110.29º 0.95% 0.5% -
HSV(B) 110.29º 0.97% 0.98% -
XYZ 35.09 68.37 11.58 -
YUV 161.13 41.58 46.6 -
System Red Green Blue C M Y K H S L
Decimal 47 249 8 0.81 0 0.97 0.02 110.29 0.95 0.5
Hex 2F F9 8 51 0 61 2 6E 5F 32
Octal 57 371 10 121 0 141 2 156 137 62
Binary 101111 11111001 1000 1010001 0 1100001 10 1101110 1011111 110010

Color Harmonies of #2FF908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF908

Black with #2FF908

Text Example


Text Example

White with #2FF908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,249,8); }

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

background-color css

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

 a { background-color: rgb(47,249,8); }

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

border-color css

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

 span { border-color: rgb(47,249,8); }

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