Html Css Color HEX #2FF290 Shamrock

📋 copy color: '#2FF290'

red 47 ◦ green 242 ◦ blue 144

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

Shades of Shamrock #2FF290

Tints of Shamrock #2FF290

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.89%

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

R = 10.85%
G = 55.89%
B = 33.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#2FF290 (or 0x2FF290) is known color: Shamrock. HEX triplet: 2F, F2 and 90. RGB value is (47,242,144). Sum of RGB (Red+Green+Blue) = 47+242+144=433 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.85% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF290 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF290 is #D00D6F. Grayscale: #ACACAC. Windows color (decimal): -13634928 or 9499183. OLE color: 9499183.

HSL color Cylindrical-coordinate representation of color #2FF290: hue angle of 149.85º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF290 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 242 144 -
CMYK 0.81 0 0.40 0.05
HSL 149.85º 0.88% 0.57% -
HSV(B) 149.85º 0.81% 0.95% -
XYZ 37.96 66.12 37.15 -
YUV 172.52 111.9 38.47 -
System Red Green Blue C M Y K H S L
Decimal 47 242 144 0.81 0 0.40 0.05 149.85 0.88 0.57
Hex 2F F2 90 51 0 28 5 96 58 39
Octal 57 362 220 121 0 50 5 226 130 71
Binary 101111 11110010 10010000 1010001 0 101000 101 10010110 1011000 111001

Color Harmonies of #2FF290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF290

Black with #2FF290

Text Example


Text Example

White with #2FF290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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