Html Css Color HEX #2FE50D Harlequin

📋 copy color: '#2FE50D'

red 47 ◦ green 229 ◦ blue 13

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

Shades of Harlequin #2FE50D

Tints of Harlequin #2FE50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.5%

R = 16.26%
G = 79.24%
B = 4.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#2FE50D (or 0x2FE50D) is known color: Harlequin. HEX triplet: 2F, E5 and 0D. RGB value is (47,229,13). Sum of RGB (Red+Green+Blue) = 47+229+13=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 229 (89.84% from 255 or 79.24% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE50D is #D01AF2. Grayscale: #969696. Windows color (decimal): -13638387 or 910639. OLE color: 910639.

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

Color convert

RGB 47 229 13 -
CMYK 0.79 0 0.94 0.10
HSL 110.56º 0.89% 0.47% -
HSV(B) 110.56º 0.94% 0.9% -
XYZ 29.26 56.67 9.78 -
YUV 149.96 50.7 54.56 -
System Red Green Blue C M Y K H S L
Decimal 47 229 13 0.79 0 0.94 0.10 110.56 0.89 0.47
Hex 2F E5 D 4F 0 5E A 6F 59 2F
Octal 57 345 15 117 0 136 12 157 131 57
Binary 101111 11100101 1101 1001111 0 1011110 1010 1101111 1011001 101111

Color Harmonies of #2FE50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE50D

Black with #2FE50D

Text Example


Text Example

White with #2FE50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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