Html Css Color HEX #2FFB02 Harlequin

📋 copy color: '#2FFB02'

red 47 ◦ green 251 ◦ blue 2

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

Shades of Harlequin #2FFB02

Tints of Harlequin #2FFB02

RGB

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

 GREEN value IS 251 (98.44% from 255) = 83.67%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 15.67%
G = 83.67%
B = 0.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#2FFB02 (or 0x2FFB02) is known color: Harlequin. HEX triplet: 2F, FB and 02. RGB value is (47,251,2). Sum of RGB (Red+Green+Blue) = 47+251+2=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 251 (98.44% from 255 or 83.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFB02 is #D004FD. Grayscale: #A2A2A2. Windows color (decimal): -13632766 or 195375. OLE color: 195375.

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

Color convert

RGB 47 251 2 -
CMYK 0.81 0 0.99 0.02
HSL 109.16º 0.98% 0.5% -
HSV(B) 109.16º 0.99% 0.98% -
XYZ 35.68 69.6 11.61 -
YUV 161.62 37.91 46.25 -
System Red Green Blue C M Y K H S L
Decimal 47 251 2 0.81 0 0.99 0.02 109.16 0.98 0.5
Hex 2F FB 2 51 0 63 2 6D 62 32
Octal 57 373 2 121 0 143 2 155 142 62
Binary 101111 11111011 10 1010001 0 1100011 10 1101101 1100010 110010

Color Harmonies of #2FFB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFB02

Black with #2FFB02

Text Example


Text Example

White with #2FFB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,251,2); }

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

background-color css

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

 a { background-color: rgb(47,251,2); }

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

border-color css

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

 span { border-color: rgb(47,251,2); }

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