Html Css Color HEX #2FED90 Shamrock

📋 copy color: '#2FED90'

red 47 ◦ green 237 ◦ blue 144

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

Shades of Shamrock #2FED90

Tints of Shamrock #2FED90

RGB

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

 GREEN value IS 237 (92.97% from 255) = 55.37%

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

R = 10.98%
G = 55.37%
B = 33.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#2FED90 (or 0x2FED90) is known color: Shamrock. HEX triplet: 2F, ED and 90. RGB value is (47,237,144). Sum of RGB (Red+Green+Blue) = 47+237+144=428 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.98% from 428); Green value is 237 (92.97% from 255 or 55.37% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FED90 is #D0126F. Grayscale: #A9A9A9. Windows color (decimal): -13636208 or 9497903. OLE color: 9497903.

HSL color Cylindrical-coordinate representation of color #2FED90: hue angle of 150.63º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FED90 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 237 144 -
CMYK 0.80 0 0.39 0.07
HSL 150.63º 0.84% 0.56% -
HSV(B) 150.63º 0.8% 0.93% -
XYZ 36.49 63.19 36.66 -
YUV 169.59 113.55 40.56 -
System Red Green Blue C M Y K H S L
Decimal 47 237 144 0.80 0 0.39 0.07 150.63 0.84 0.56
Hex 2F ED 90 50 0 27 7 97 54 38
Octal 57 355 220 120 0 47 7 227 124 70
Binary 101111 11101101 10010000 1010000 0 100111 111 10010111 1010100 111000

Color Harmonies of #2FED90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FED90

Black with #2FED90

Text Example


Text Example

White with #2FED90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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