Html Css Color HEX #2FB25D Medium Sea Green

📋 copy color: '#2FB25D'

red 47 ◦ green 178 ◦ blue 93

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

Shades of Medium Sea Green #2FB25D

Tints of Medium Sea Green #2FB25D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.97%

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 14.78%
G = 55.97%
B = 29.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#2FB25D (or 0x2FB25D) is known color: Medium Sea Green. HEX triplet: 2F, B2 and 5D. RGB value is (47,178,93). Sum of RGB (Red+Green+Blue) = 47+178+93=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB25D is #D04DA2. Grayscale: #818181. Windows color (decimal): -13651363 or 6140463. OLE color: 6140463.

HSL color Cylindrical-coordinate representation of color #2FB25D: hue angle of 141.07º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB25D is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 178 93 -
CMYK 0.74 0 0.48 0.30
HSL 141.07º 0.58% 0.44% -
HSV(B) 141.07º 0.74% 0.7% -
XYZ 19.07 33.24 15.77 -
YUV 129.14 107.6 69.41 -
System Red Green Blue C M Y K H S L
Decimal 47 178 93 0.74 0 0.48 0.30 141.07 0.58 0.44
Hex 2F B2 5D 4A 0 30 1E 8D 3A 2C
Octal 57 262 135 112 0 60 36 215 72 54
Binary 101111 10110010 1011101 1001010 0 110000 11110 10001101 111010 101100

Color Harmonies of #2FB25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB25D

Black with #2FB25D

Text Example


Text Example

White with #2FB25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,178,93); }

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

background-color css

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

 a { background-color: rgb(47,178,93); }

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

border-color css

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

 span { border-color: rgb(47,178,93); }

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