#1CF284

Color #1CF284 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #1CF284

Tints of Spring Green #1CF284

Color information

#1CF284 (or 0x1CF284) is unknown color: approx Spring Green. HEX triplet: 1C, F2 and 84. RGB value is (28,242,132). Sum of RGB (Red+Green+Blue) = 28+242+132=402 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.97% from 402); Green value is 242 (94.92% from 255 or 60.20% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF284 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CF284 is #E30D7B. Grayscale: #A5A5A5. Windows color (decimal): -14880124 or 8712732. OLE color: 8712732.

HSL color Cylindrical-coordinate representation of color #1CF284: hue angle of 149.16º degrees, saturation: 0.89, 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 #1CF284 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB28242132-
CMYK0.8800.450.05
HSL149.16º89.17%52.94%-
HSV(B)149.16º88.43%94.9%-
XYZ36.465.4232.54-
YUV165.47109.129.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.97%
GREEN value IS 242 (94.92% from 255) = 60.20%
BLUE value IS 132 (51.95% from 255) = 32.84%
R=6.97%
G=60.20%
B=32.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal282421320.8800.450.05149.1689.1752.94
Hex1CF2845802D5955935
Octal34362204130055522513165
Binary11100111100101000010010110000101101101100101011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CF284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,242,132); }

 H1.HeaderClassName
 {
   color: #1CF284;
 }
 .AnyTagClassName
 {
   color: #1CF284;
 }
</style>
background-color css

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

 a { background-color: rgb(28,242,132); }

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

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

 span { border-color: rgb(28,242,132); }

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