Html Css Color HEX #2FF490 Shamrock

📋 copy color: '#2FF490'

red 47 ◦ green 244 ◦ blue 144

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

Shades of Shamrock #2FF490

Tints of Shamrock #2FF490

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.09%

 BLUE value IS 144 (56.64% from 255) = 33.1%

R = 10.8%
G = 56.09%
B = 33.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#2FF490 (or 0x2FF490) is known color: Shamrock. HEX triplet: 2F, F4 and 90. RGB value is (47,244,144). Sum of RGB (Red+Green+Blue) = 47+244+144=435 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.80% from 435); Green value is 244 (95.70% from 255 or 56.09% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF490 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF490 is #D00B6F. Grayscale: #ADADAD. Windows color (decimal): -13634416 or 9499695. OLE color: 9499695.

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

Color convert

RGB 47 244 144 -
CMYK 0.81 0 0.41 0.04
HSL 149.54º 0.9% 0.57% -
HSV(B) 149.54º 0.81% 0.96% -
XYZ 38.56 67.32 37.35 -
YUV 173.7 111.23 37.63 -
System Red Green Blue C M Y K H S L
Decimal 47 244 144 0.81 0 0.41 0.04 149.54 0.9 0.57
Hex 2F F4 90 51 0 29 4 96 5A 39
Octal 57 364 220 121 0 51 4 226 132 71
Binary 101111 11110100 10010000 1010001 0 101001 100 10010110 1011010 111001

Color Harmonies of #2FF490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF490

Black with #2FF490

Text Example


Text Example

White with #2FF490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,244,144); }

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

background-color css

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

 a { background-color: rgb(47,244,144); }

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

border-color css

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

 span { border-color: rgb(47,244,144); }

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