Html Css Color HEX #2CF175 Spring Green

📋 copy color: '#2CF175'

red 44 ◦ green 241 ◦ blue 117

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

Shades of Spring Green #2CF175

Tints of Spring Green #2CF175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.1%

R = 10.95%
G = 59.95%
B = 29.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#2CF175 (or 0x2CF175) is known color: Spring Green. HEX triplet: 2C, F1 and 75. RGB value is (44,241,117). Sum of RGB (Red+Green+Blue) = 44+241+117=402 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.95% from 402); Green value is 241 (94.53% from 255 or 59.95% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF175 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF175 is #D30E8A. Grayscale: #A8A8A8. Windows color (decimal): -13831819 or 7729452. OLE color: 7729452.

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

Color convert

RGB 44 241 117 -
CMYK 0.82 0 0.51 0.05
HSL 142.23º 0.88% 0.56% -
HSV(B) 142.23º 0.82% 0.95% -
XYZ 35.7 64.73 27.44 -
YUV 167.96 99.23 39.58 -
System Red Green Blue C M Y K H S L
Decimal 44 241 117 0.82 0 0.51 0.05 142.23 0.88 0.56
Hex 2C F1 75 52 0 33 5 8E 58 38
Octal 54 361 165 122 0 63 5 216 130 70
Binary 101100 11110001 1110101 1010010 0 110011 101 10001110 1011000 111000

Color Harmonies of #2CF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF175

Black with #2CF175

Text Example


Text Example

White with #2CF175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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