Html Css Color HEX #2CF372 Spring Green

📋 copy color: '#2CF372'

red 44 ◦ green 243 ◦ blue 114

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

Shades of Spring Green #2CF372

Tints of Spring Green #2CF372

RGB

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

 GREEN value IS 243 (95.31% from 255) = 60.6%

 BLUE value IS 114 (44.92% from 255) = 28.43%

R = 10.97%
G = 60.6%
B = 28.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#2CF372 (or 0x2CF372) is known color: Spring Green. HEX triplet: 2C, F3 and 72. RGB value is (44,243,114). Sum of RGB (Red+Green+Blue) = 44+243+114=401 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.97% from 401); Green value is 243 (95.31% from 255 or 60.60% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF372 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF372 is #D30C8D. Grayscale: #A9A9A9. Windows color (decimal): -13831310 or 7533356. OLE color: 7533356.

HSL color Cylindrical-coordinate representation of color #2CF372: hue angle of 141.11º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF372 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 44 243 114 -
CMYK 0.82 0 0.53 0.05
HSL 141.11º 0.89% 0.56% -
HSV(B) 141.11º 0.82% 0.95% -
XYZ 36.13 65.85 26.73 -
YUV 168.79 97.07 38.99 -
System Red Green Blue C M Y K H S L
Decimal 44 243 114 0.82 0 0.53 0.05 141.11 0.89 0.56
Hex 2C F3 72 52 0 35 5 8D 59 38
Octal 54 363 162 122 0 65 5 215 131 70
Binary 101100 11110011 1110010 1010010 0 110101 101 10001101 1011001 111000

Color Harmonies of #2CF372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF372

Black with #2CF372

Text Example


Text Example

White with #2CF372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,243,114); }

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

background-color css

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

 a { background-color: rgb(44,243,114); }

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

border-color css

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

 span { border-color: rgb(44,243,114); }

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