Html Css Color HEX #2BB25F Medium Sea Green

📋 copy color: '#2BB25F'

red 43 ◦ green 178 ◦ blue 95

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

Shades of Medium Sea Green #2BB25F

Tints of Medium Sea Green #2BB25F

RGB

 RED value IS 43 (17.19% from 255) = 13.61%

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

 BLUE value IS 95 (37.5% from 255) = 30.06%

R = 13.61%
G = 56.33%
B = 30.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#2BB25F (or 0x2BB25F) is known color: Medium Sea Green. HEX triplet: 2B, B2 and 5F. RGB value is (43,178,95). Sum of RGB (Red+Green+Blue) = 43+178+95=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BB25F is #D44DA0. Grayscale: #808080. Windows color (decimal): -13913505 or 6271531. OLE color: 6271531.

HSL color Cylindrical-coordinate representation of color #2BB25F: hue angle of 143.11º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB25F is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 178 95 -
CMYK 0.76 0 0.47 0.30
HSL 143.11º 0.61% 0.43% -
HSV(B) 143.11º 0.76% 0.7% -
XYZ 18.98 33.18 16.23 -
YUV 128.17 109.27 67.25 -
System Red Green Blue C M Y K H S L
Decimal 43 178 95 0.76 0 0.47 0.30 143.11 0.61 0.43
Hex 2B B2 5F 4C 0 2F 1E 8F 3D 2B
Octal 53 262 137 114 0 57 36 217 75 53
Binary 101011 10110010 1011111 1001100 0 101111 11110 10001111 111101 101011

Color Harmonies of #2BB25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB25F

Black with #2BB25F

Text Example


Text Example

White with #2BB25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,178,95); }

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

background-color css

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

 a { background-color: rgb(43,178,95); }

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

border-color css

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

 span { border-color: rgb(43,178,95); }

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