#7CF28A

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

Shades of Light Green #7CF28A

Tints of Light Green #7CF28A

Color information

#7CF28A (or 0x7CF28A) is unknown color: approx Light Green. HEX triplet: 7C, F2 and 8A. RGB value is (124,242,138). Sum of RGB (Red+Green+Blue) = 124+242+138=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF28A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF28A is #830D75. Grayscale: #C3C3C3. Windows color (decimal): -8588662 or 9106044. OLE color: 9106044.

HSL color Cylindrical-coordinate representation of color #7CF28A: hue angle of 127.12º 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 #7CF28A is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB124242138-
CMYK0.4900.430.05
HSL127.12º81.94%71.76%-
HSV(B)127.12º48.76%94.9%-
XYZ44.6569.6235.13-
YUV194.8695.9177.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.60%
GREEN value IS 242 (94.92% from 255) = 48.02%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=24.60%
G=48.02%
B=27.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242421380.4900.430.05127.1281.9471.76
Hex7CF28A3102B57f5248
Octal174362212610535177122110
Binary111110011110010100010101100010101011101111111110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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