#7CC71F

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

Shades of Lima #7CC71F

Tints of Lima #7CC71F

Color information

#7CC71F (or 0x7CC71F) is unknown color: approx Lima. HEX triplet: 7C, C7 and 1F. RGB value is (124,199,31). Sum of RGB (Red+Green+Blue) = 124+199+31=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 199 (78.12% from 255 or 56.21% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC71F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC71F is #8338E0. Grayscale: #9E9E9E. Windows color (decimal): -8599777 or 2082684. OLE color: 2082684.

HSL color Cylindrical-coordinate representation of color #7CC71F: hue angle of 86.79º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7CC71F is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB12419931-
CMYK0.3800.840.22
HSL86.79º73.04%45.1%-
HSV(B)86.79º84.42%78.04%-
XYZ28.9845.238.5-
YUV157.4256.65104.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.03%
GREEN value IS 199 (78.12% from 255) = 56.21%
BLUE value IS 31 (12.5% from 255) = 8.76%
R=35.03%
G=56.21%
B=8.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal124199310.3800.840.2286.7973.0445.1
Hex7CC71F260541657492d
Octal174307374601242612711155
Binary11111001100011111111100110010101001011010101111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,199,31); }

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

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

 a { background-color: rgb(124,199,31); }

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

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

 span { border-color: rgb(124,199,31); }

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