Html Css Color HEX #2FE10F Harlequin

📋 copy color: '#2FE10F'

red 47 ◦ green 225 ◦ blue 15

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

Shades of Harlequin #2FE10F

Tints of Harlequin #2FE10F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 78.4%

 BLUE value IS 15 (6.25% from 255) = 5.23%

R = 16.38%
G = 78.4%
B = 5.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#2FE10F (or 0x2FE10F) is known color: Harlequin. HEX triplet: 2F, E1 and 0F. RGB value is (47,225,15). Sum of RGB (Red+Green+Blue) = 47+225+15=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 225 (88.28% from 255 or 78.40% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE10F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE10F is #D01EF0. Grayscale: #949494. Windows color (decimal): -13639409 or 1040687. OLE color: 1040687.

HSL color Cylindrical-coordinate representation of color #2FE10F: hue angle of 110.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FE10F is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 225 15 -
CMYK 0.79 0 0.93 0.12
HSL 110.86º 0.88% 0.47% -
HSV(B) 110.86º 0.93% 0.88% -
XYZ 28.18 54.49 9.48 -
YUV 147.84 53.03 56.08 -
System Red Green Blue C M Y K H S L
Decimal 47 225 15 0.79 0 0.93 0.12 110.86 0.88 0.47
Hex 2F E1 F 4F 0 5D C 6F 58 2F
Octal 57 341 17 117 0 135 14 157 130 57
Binary 101111 11100001 1111 1001111 0 1011101 1100 1101111 1011000 101111

Color Harmonies of #2FE10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE10F

Black with #2FE10F

Text Example


Text Example

White with #2FE10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,225,15); }

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

background-color css

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

 a { background-color: rgb(47,225,15); }

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

border-color css

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

 span { border-color: rgb(47,225,15); }

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