Html Css Color HEX #2CF88E Spring Green

📋 copy color: '#2CF88E'

red 44 ◦ green 248 ◦ blue 142

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

Shades of Spring Green #2CF88E

Tints of Spring Green #2CF88E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.14%

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 10.14%
G = 57.14%
B = 32.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#2CF88E (or 0x2CF88E) is known color: Spring Green. HEX triplet: 2C, F8 and 8E. RGB value is (44,248,142). Sum of RGB (Red+Green+Blue) = 44+248+142=434 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.14% from 434); Green value is 248 (97.27% from 255 or 57.14% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF88E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF88E is #D30771. Grayscale: #AFAFAF. Windows color (decimal): -13830002 or 9369644. OLE color: 9369644.

HSL color Cylindrical-coordinate representation of color #2CF88E: hue angle of 148.82º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF88E is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 44 248 142 -
CMYK 0.82 0 0.43 0.03
HSL 148.82º 0.94% 0.57% -
HSV(B) 148.82º 0.82% 0.97% -
XYZ 39.49 69.62 36.95 -
YUV 174.92 109.41 34.62 -
System Red Green Blue C M Y K H S L
Decimal 44 248 142 0.82 0 0.43 0.03 148.82 0.94 0.57
Hex 2C F8 8E 52 0 2B 3 95 5E 39
Octal 54 370 216 122 0 53 3 225 136 71
Binary 101100 11111000 10001110 1010010 0 101011 11 10010101 1011110 111001

Color Harmonies of #2CF88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF88E

Black with #2CF88E

Text Example


Text Example

White with #2CF88E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,248,142); }

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

background-color css

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

 a { background-color: rgb(44,248,142); }

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

border-color css

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

 span { border-color: rgb(44,248,142); }

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