Html Css Color HEX #2FF295 Shamrock

📋 copy color: '#2FF295'

red 47 ◦ green 242 ◦ blue 149

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

Shades of Shamrock #2FF295

Tints of Shamrock #2FF295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.02%

R = 10.73%
G = 55.25%
B = 34.02%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#2FF295 (or 0x2FF295) is known color: Shamrock. HEX triplet: 2F, F2 and 95. RGB value is (47,242,149). Sum of RGB (Red+Green+Blue) = 47+242+149=438 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.73% from 438); Green value is 242 (94.92% from 255 or 55.25% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF295 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF295 is #D00D6A. Grayscale: #ADADAD. Windows color (decimal): -13634923 or 9826863. OLE color: 9826863.

HSL color Cylindrical-coordinate representation of color #2FF295: hue angle of 151.38º 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 #2FF295 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 242 149 -
CMYK 0.81 0 0.38 0.05
HSL 151.38º 0.88% 0.57% -
HSV(B) 151.38º 0.81% 0.95% -
XYZ 38.35 66.28 39.21 -
YUV 173.09 114.4 38.06 -
System Red Green Blue C M Y K H S L
Decimal 47 242 149 0.81 0 0.38 0.05 151.38 0.88 0.57
Hex 2F F2 95 51 0 26 5 97 58 39
Octal 57 362 225 121 0 46 5 227 130 71
Binary 101111 11110010 10010101 1010001 0 100110 101 10010111 1011000 111001

Color Harmonies of #2FF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF295

Black with #2FF295

Text Example


Text Example

White with #2FF295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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