Html Css Color HEX #2CC25D Medium Sea Green

📋 copy color: '#2CC25D'

red 44 ◦ green 194 ◦ blue 93

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

Shades of Medium Sea Green #2CC25D

Tints of Medium Sea Green #2CC25D

RGB

 RED value IS 44 (17.58% from 255) = 13.29%

 GREEN value IS 194 (76.17% from 255) = 58.61%

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

R = 13.29%
G = 58.61%
B = 28.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#2CC25D (or 0x2CC25D) is known color: Medium Sea Green. HEX triplet: 2C, C2 and 5D. RGB value is (44,194,93). Sum of RGB (Red+Green+Blue) = 44+194+93=331 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.29% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC25D is #D33DA2. Grayscale: #898989. Windows color (decimal): -13843875 or 6144556. OLE color: 6144556.

HSL color Cylindrical-coordinate representation of color #2CC25D: hue angle of 139.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC25D is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 44 194 93 -
CMYK 0.77 0 0.52 0.24
HSL 139.6º 0.63% 0.47% -
HSV(B) 139.6º 0.77% 0.76% -
XYZ 22.31 39.91 16.88 -
YUV 137.64 102.81 61.21 -
System Red Green Blue C M Y K H S L
Decimal 44 194 93 0.77 0 0.52 0.24 139.6 0.63 0.47
Hex 2C C2 5D 4D 0 34 18 8C 3F 2F
Octal 54 302 135 115 0 64 30 214 77 57
Binary 101100 11000010 1011101 1001101 0 110100 11000 10001100 111111 101111

Color Harmonies of #2CC25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC25D

Black with #2CC25D

Text Example


Text Example

White with #2CC25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,194,93); }

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

background-color css

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

 a { background-color: rgb(44,194,93); }

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

border-color css

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

 span { border-color: rgb(44,194,93); }

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