Html Css Color HEX #2FF51E Harlequin

📋 copy color: '#2FF51E'

red 47 ◦ green 245 ◦ blue 30

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

Shades of Harlequin #2FF51E

Tints of Harlequin #2FF51E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 76.09%

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 14.6%
G = 76.09%
B = 9.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#2FF51E (or 0x2FF51E) is known color: Harlequin. HEX triplet: 2F, F5 and 1E. RGB value is (47,245,30). Sum of RGB (Red+Green+Blue) = 47+245+30=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 245 (96.09% from 255 or 76.09% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF51E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF51E is #D00AE1. Grayscale: #A1A1A1. Windows color (decimal): -13634274 or 2028847. OLE color: 2028847.

HSL color Cylindrical-coordinate representation of color #2FF51E: hue angle of 115.26º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FF51E is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 245 30 -
CMYK 0.81 0 0.88 0.04
HSL 115.26º 0.91% 0.54% -
HSV(B) 115.26º 0.88% 0.96% -
XYZ 34.06 66 12.17 -
YUV 161.29 53.9 46.48 -
System Red Green Blue C M Y K H S L
Decimal 47 245 30 0.81 0 0.88 0.04 115.26 0.91 0.54
Hex 2F F5 1E 51 0 58 4 73 5B 36
Octal 57 365 36 121 0 130 4 163 133 66
Binary 101111 11110101 11110 1010001 0 1011000 100 1110011 1011011 110110

Color Harmonies of #2FF51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF51E

Black with #2FF51E

Text Example


Text Example

White with #2FF51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,245,30); }

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

background-color css

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

 a { background-color: rgb(47,245,30); }

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

border-color css

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

 span { border-color: rgb(47,245,30); }

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