Html Css Color HEX #2FE50C Harlequin

📋 copy color: '#2FE50C'

red 47 ◦ green 229 ◦ blue 12

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

Shades of Harlequin #2FE50C

Tints of Harlequin #2FE50C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 79.51%

 BLUE value IS 12 (5.08% from 255) = 4.17%

R = 16.32%
G = 79.51%
B = 4.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#2FE50C (or 0x2FE50C) is known color: Harlequin. HEX triplet: 2F, E5 and 0C. RGB value is (47,229,12). Sum of RGB (Red+Green+Blue) = 47+229+12=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 229 (89.84% from 255 or 79.51% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE50C is #D01AF3. Grayscale: #969696. Windows color (decimal): -13638388 or 845103. OLE color: 845103.

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

Color convert

RGB 47 229 12 -
CMYK 0.79 0 0.95 0.10
HSL 110.32º 0.9% 0.47% -
HSV(B) 110.32º 0.95% 0.9% -
XYZ 29.26 56.67 9.74 -
YUV 149.84 50.2 54.64 -
System Red Green Blue C M Y K H S L
Decimal 47 229 12 0.79 0 0.95 0.10 110.32 0.9 0.47
Hex 2F E5 C 4F 0 5F A 6E 5A 2F
Octal 57 345 14 117 0 137 12 156 132 57
Binary 101111 11100101 1100 1001111 0 1011111 1010 1101110 1011010 101111

Color Harmonies of #2FE50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE50C

Black with #2FE50C

Text Example


Text Example

White with #2FE50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,229,12); }

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

background-color css

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

 a { background-color: rgb(47,229,12); }

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

border-color css

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

 span { border-color: rgb(47,229,12); }

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