Html Css Color HEX #1CF17D Spring Green

📋 copy color: '#1CF17D'

red 28 ◦ green 241 ◦ blue 125

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

Shades of Spring Green #1CF17D

Tints of Spring Green #1CF17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 7.11%
G = 61.17%
B = 31.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#1CF17D (or 0x1CF17D) is known color: Spring Green. HEX triplet: 1C, F1 and 7D. RGB value is (28,241,125). Sum of RGB (Red+Green+Blue) = 28+241+125=394 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.11% from 394); Green value is 241 (94.53% from 255 or 61.17% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 241 - color contains mainly: green. Hex color #1CF17D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF17D is #E30E82. Grayscale: #A4A4A4. Windows color (decimal): -14880387 or 8253724. OLE color: 8253724.

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

Color convert

RGB 28 241 125 -
CMYK 0.88 0 0.48 0.05
HSL 147.32º 0.88% 0.53% -
HSV(B) 147.32º 0.88% 0.95% -
XYZ 35.64 64.64 30 -
YUV 164.09 105.93 30.93 -
System Red Green Blue C M Y K H S L
Decimal 28 241 125 0.88 0 0.48 0.05 147.32 0.88 0.53
Hex 1C F1 7D 58 0 30 5 93 58 35
Octal 34 361 175 130 0 60 5 223 130 65
Binary 11100 11110001 1111101 1011000 0 110000 101 10010011 1011000 110101

Color Harmonies of #1CF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF17D

Black with #1CF17D

Text Example


Text Example

White with #1CF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,241,125); }

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

background-color css

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

 a { background-color: rgb(28,241,125); }

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

border-color css

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

 span { border-color: rgb(28,241,125); }

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