#7CC11E

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

Shades of Lima #7CC11E

Tints of Lima #7CC11E

Color information

#7CC11E (or 0x7CC11E) is unknown color: approx Lima. HEX triplet: 7C, C1 and 1E. RGB value is (124,193,30). Sum of RGB (Red+Green+Blue) = 124+193+30=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC11E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC11E is #833EE1. Grayscale: #9A9A9A. Windows color (decimal): -8601314 or 2015612. OLE color: 2015612.

HSL color Cylindrical-coordinate representation of color #7CC11E: hue angle of 85.4º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7CC11E is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB12419330-
CMYK0.3600.840.24
HSL85.4º73.09%43.73%-
HSV(B)85.4º84.46%75.69%-
XYZ27.6242.527.98-
YUV153.7958.14106.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 193 (75.78% from 255) = 55.62%
BLUE value IS 30 (12.11% from 255) = 8.65%
R=35.73%
G=55.62%
B=8.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal124193300.3600.840.2485.473.0943.73
Hex7CC11E240541855492c
Octal174301364401243012511154
Binary11111001100000111110100100010101001100010101011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,193,30); }

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

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

 a { background-color: rgb(124,193,30); }

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

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

 span { border-color: rgb(124,193,30); }

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