Html Css Color HEX #2FEB06 Harlequin

📋 copy color: '#2FEB06'

red 47 ◦ green 235 ◦ blue 6

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

Shades of Harlequin #2FEB06

Tints of Harlequin #2FEB06

RGB

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

 GREEN value IS 235 (92.19% from 255) = 81.6%

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 16.32%
G = 81.6%
B = 2.08%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#2FEB06 (or 0x2FEB06) is known color: Harlequin. HEX triplet: 2F, EB and 06. RGB value is (47,235,6). Sum of RGB (Red+Green+Blue) = 47+235+6=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 235 (92.19% from 255 or 81.60% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEB06 is #D014F9. Grayscale: #999999. Windows color (decimal): -13636858 or 453423. OLE color: 453423.

HSL color Cylindrical-coordinate representation of color #2FEB06: hue angle of 109.26º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FEB06 is Cyan = 0.8, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 235 6 -
CMYK 0.8 0 0.97 0.08
HSL 109.26º 0.95% 0.47% -
HSV(B) 109.26º 0.97% 0.92% -
XYZ 30.91 60.03 10.13 -
YUV 152.68 45.22 52.62 -
System Red Green Blue C M Y K H S L
Decimal 47 235 6 0.8 0 0.97 0.08 109.26 0.95 0.47
Hex 2F EB 6 50 0 61 8 6D 5F 2F
Octal 57 353 6 120 0 141 10 155 137 57
Binary 101111 11101011 110 1010000 0 1100001 1000 1101101 1011111 101111

Color Harmonies of #2FEB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEB06

Black with #2FEB06

Text Example


Text Example

White with #2FEB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,235,6); }

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

background-color css

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

 a { background-color: rgb(47,235,6); }

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

border-color css

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

 span { border-color: rgb(47,235,6); }

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