Html Css Color HEX #1CF075 Spring Green

📋 copy color: '#1CF075'

red 28 ◦ green 240 ◦ blue 117

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

Shades of Spring Green #1CF075

Tints of Spring Green #1CF075

RGB

 RED value IS 28 (11.33% from 255) = 7.27%

 GREEN value IS 240 (94.14% from 255) = 62.34%

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

R = 7.27%
G = 62.34%
B = 30.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#1CF075 (or 0x1CF075) is known color: Spring Green. HEX triplet: 1C, F0 and 75. RGB value is (28,240,117). Sum of RGB (Red+Green+Blue) = 28+240+117=385 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.27% from 385); Green value is 240 (94.14% from 255 or 62.34% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF075 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF075 is #E30F8A. Grayscale: #A2A2A2. Windows color (decimal): -14880651 or 7729180. OLE color: 7729180.

HSL color Cylindrical-coordinate representation of color #1CF075: hue angle of 145.19º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF075 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 240 117 -
CMYK 0.88 0 0.51 0.06
HSL 145.19º 0.88% 0.53% -
HSV(B) 145.19º 0.88% 0.94% -
XYZ 34.85 63.85 27.32 -
YUV 162.59 102.26 32 -
System Red Green Blue C M Y K H S L
Decimal 28 240 117 0.88 0 0.51 0.06 145.19 0.88 0.53
Hex 1C F0 75 58 0 33 6 91 58 35
Octal 34 360 165 130 0 63 6 221 130 65
Binary 11100 11110000 1110101 1011000 0 110011 110 10010001 1011000 110101

Color Harmonies of #1CF075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF075

Black with #1CF075

Text Example


Text Example

White with #1CF075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CF075; }

 p { color: rgb(28,240,117); }

 H1.HeaderClassName
 {
   color: #1CF075;
 }
 .AnyTagClassName
 {
   color: #1CF075;
 }
</style>

background-color css

<style>
 a { background-color: #1CF075; }

 a { background-color: rgb(28,240,117); }

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

border-color css

<style>
 span { border-color: #1CF075; }

 span { border-color: rgb(28,240,117); }

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