Html Css Color HEX #2FDB07 Harlequin

📋 copy color: '#2FDB07'

red 47 ◦ green 219 ◦ blue 7

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

Shades of Harlequin #2FDB07

Tints of Harlequin #2FDB07

RGB

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

 GREEN value IS 219 (85.94% from 255) = 80.22%

 BLUE value IS 7 (3.13% from 255) = 2.56%

R = 17.22%
G = 80.22%
B = 2.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#2FDB07 (or 0x2FDB07) is known color: Harlequin. HEX triplet: 2F, DB and 07. RGB value is (47,219,7). Sum of RGB (Red+Green+Blue) = 47+219+7=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 219 (85.94% from 255 or 80.22% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDB07 is #D024F8. Grayscale: #909090. Windows color (decimal): -13640953 or 514863. OLE color: 514863.

HSL color Cylindrical-coordinate representation of color #2FDB07: hue angle of 108.68º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FDB07 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 219 7 -
CMYK 0.79 0 0.97 0.14
HSL 108.68º 0.94% 0.44% -
HSV(B) 108.68º 0.97% 0.86% -
XYZ 26.54 51.28 8.7 -
YUV 143.4 51.02 59.24 -
System Red Green Blue C M Y K H S L
Decimal 47 219 7 0.79 0 0.97 0.14 108.68 0.94 0.44
Hex 2F DB 7 4F 0 61 E 6D 5E 2C
Octal 57 333 7 117 0 141 16 155 136 54
Binary 101111 11011011 111 1001111 0 1100001 1110 1101101 1011110 101100

Color Harmonies of #2FDB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDB07

Black with #2FDB07

Text Example


Text Example

White with #2FDB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,219,7); }

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

background-color css

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

 a { background-color: rgb(47,219,7); }

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

border-color css

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

 span { border-color: rgb(47,219,7); }

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