Html Css Color HEX #2CF170 Spring Green

📋 copy color: '#2CF170'

red 44 ◦ green 241 ◦ blue 112

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

Shades of Spring Green #2CF170

Tints of Spring Green #2CF170

RGB

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

 GREEN value IS 241 (94.53% from 255) = 60.71%

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 11.08%
G = 60.71%
B = 28.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#2CF170 (or 0x2CF170) is known color: Spring Green. HEX triplet: 2C, F1 and 70. RGB value is (44,241,112). Sum of RGB (Red+Green+Blue) = 44+241+112=397 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.08% from 397); Green value is 241 (94.53% from 255 or 60.71% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF170 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF170 is #D30E8F. Grayscale: #A7A7A7. Windows color (decimal): -13831824 or 7401772. OLE color: 7401772.

HSL color Cylindrical-coordinate representation of color #2CF170: hue angle of 140.71º degrees, saturation: 0.88, 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 #2CF170 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 44 241 112 -
CMYK 0.82 0 0.54 0.05
HSL 140.71º 0.88% 0.56% -
HSV(B) 140.71º 0.82% 0.95% -
XYZ 35.42 64.62 25.93 -
YUV 167.39 96.73 39.99 -
System Red Green Blue C M Y K H S L
Decimal 44 241 112 0.82 0 0.54 0.05 140.71 0.88 0.56
Hex 2C F1 70 52 0 36 5 8D 58 38
Octal 54 361 160 122 0 66 5 215 130 70
Binary 101100 11110001 1110000 1010010 0 110110 101 10001101 1011000 111000

Color Harmonies of #2CF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF170

Black with #2CF170

Text Example


Text Example

White with #2CF170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,241,112); }

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

background-color css

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

 a { background-color: rgb(44,241,112); }

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

border-color css

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

 span { border-color: rgb(44,241,112); }

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