#7cf293

Color #7CF293 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #7CF293

Tints of Light Green #7CF293

Color information

#7CF293 (or 0x7CF293) is unknown color: approx Light Green. HEX triplet: 7C, F2 and 93. RGB value is (124,242,147). Sum of RGB (Red+Green+Blue) = 124+242+147=513 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.17% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF293 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF293 is #830D6C. Grayscale: #C4C4C4. Windows color (decimal): -8588653 or 9695868. OLE color: 9695868.

HSL color Cylindrical-coordinate representation of color #7CF293: hue angle of 131.69º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF293 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB124242147-
CMYK0.4900.390.05
HSL131.69º81.94%71.76%-
HSV(B)131.69º48.76%94.9%-
XYZ45.3369.938.71-
YUV195.89100.4176.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.17%
GREEN value IS 242 (94.92% from 255) = 47.17%
BLUE value IS 147 (57.81% from 255) = 28.65%
R=24.17%
G=47.17%
B=28.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242421470.4900.390.05131.6981.9471.76
Hex7CF293310275845248
Octal174362223610475204122110
Binary1111100111100101001001111000101001111011000010010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cf293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7cf293; }

 p { color: rgb(124,242,147); }

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

<style>
 a { background-color: #7cf293; }

 a { background-color: rgb(124,242,147); }

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

<style>
 span { border-color: #7cf293; }

 span { border-color: rgb(124,242,147); }

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