#7FC30F

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

Shades of Lima #7FC30F

Tints of Lima #7FC30F

Color information

#7FC30F (or 0x7FC30F) is unknown color: approx Lima. HEX triplet: 7F, C3 and 0F. RGB value is (127,195,15). Sum of RGB (Red+Green+Blue) = 127+195+15=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC30F is #803CF0. Grayscale: #9A9A9A. Windows color (decimal): -8404209 or 1033087. OLE color: 1033087.

HSL color Cylindrical-coordinate representation of color #7FC30F: hue angle of 82.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FC30F is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB12719515-
CMYK0.3500.920.24
HSL82.67º85.71%41.18%-
HSV(B)82.67º92.31%76.47%-
XYZ28.3543.587.37-
YUV154.1549.47108.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 195 (76.56% from 255) = 57.86%
BLUE value IS 15 (6.25% from 255) = 4.45%
R=37.69%
G=57.86%
B=4.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127195150.3500.920.2482.6785.7141.18
Hex7FC3F2305C18535629
Octal177303174301343012312651
Binary1111111110000111111100011010111001100010100111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,195,15); }

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

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

 a { background-color: rgb(127,195,15); }

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

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

 span { border-color: rgb(127,195,15); }

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