#7CB90F

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

Shades of Lima #7CB90F

Tints of Lima #7CB90F

Color information

#7CB90F (or 0x7CB90F) is unknown color: approx Lima. HEX triplet: 7C, B9 and 0F. RGB value is (124,185,15). Sum of RGB (Red+Green+Blue) = 124+185+15=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB90F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB90F is #8346F0. Grayscale: #949494. Windows color (decimal): -8603377 or 1030524. OLE color: 1030524.

HSL color Cylindrical-coordinate representation of color #7CB90F: hue angle of 81.53º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CB90F is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB12418515-
CMYK0.3300.920.27
HSL81.53º85%39.22%-
HSV(B)81.53º91.89%72.55%-
XYZ25.7539.026.63-
YUV147.3853.29111.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.27%
GREEN value IS 185 (72.66% from 255) = 57.10%
BLUE value IS 15 (6.25% from 255) = 4.63%
R=38.27%
G=57.10%
B=4.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124185150.3300.920.2781.538539.22
Hex7CB9F2105C1B525527
Octal174271174101343312212547
Binary1111100101110011111100001010111001101110100101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB90F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,185,15); }

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

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

 a { background-color: rgb(124,185,15); }

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

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

 span { border-color: rgb(124,185,15); }

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