Html Css Color HEX #2FF595 Shamrock

📋 copy color: '#2FF595'

red 47 ◦ green 245 ◦ blue 149

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

Shades of Shamrock #2FF595

Tints of Shamrock #2FF595

RGB

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

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

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

R = 10.66%
G = 55.56%
B = 33.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#2FF595 (or 0x2FF595) is known color: Shamrock. HEX triplet: 2F, F5 and 95. RGB value is (47,245,149). Sum of RGB (Red+Green+Blue) = 47+245+149=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 245 (96.09% from 255 or 55.56% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF595 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF595 is #D00A6A. Grayscale: #AFAFAF. Windows color (decimal): -13634155 or 9827631. OLE color: 9827631.

HSL color Cylindrical-coordinate representation of color #2FF595: hue angle of 150.91º degrees, saturation: 0.91, 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 #2FF595 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 245 149 -
CMYK 0.81 0 0.39 0.04
HSL 150.91º 0.91% 0.57% -
HSV(B) 150.91º 0.81% 0.96% -
XYZ 39.25 68.08 39.51 -
YUV 174.85 113.4 36.81 -
System Red Green Blue C M Y K H S L
Decimal 47 245 149 0.81 0 0.39 0.04 150.91 0.91 0.57
Hex 2F F5 95 51 0 27 4 97 5B 39
Octal 57 365 225 121 0 47 4 227 133 71
Binary 101111 11110101 10010101 1010001 0 100111 100 10010111 1011011 111001

Color Harmonies of #2FF595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF595

Black with #2FF595

Text Example


Text Example

White with #2FF595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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