#7CB427

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

Shades of Lima #7CB427

Tints of Lima #7CB427

Color information

#7CB427 (or 0x7CB427) is unknown color: approx Lima. HEX triplet: 7C, B4 and 27. RGB value is (124,180,39). Sum of RGB (Red+Green+Blue) = 124+180+39=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB427 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB427 is #834BD8. Grayscale: #939393. Windows color (decimal): -8604633 or 2602108. OLE color: 2602108.

HSL color Cylindrical-coordinate representation of color #7CB427: hue angle of 83.83º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7CB427 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB12418039-
CMYK0.3100.780.29
HSL83.83º64.38%42.94%-
HSV(B)83.83º78.33%70.59%-
XYZ2537.077.76-
YUV147.1866.95111.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.15%
GREEN value IS 180 (70.70% from 255) = 52.48%
BLUE value IS 39 (15.62% from 255) = 11.37%
R=36.15%
G=52.48%
B=11.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124180390.3100.780.2983.8364.3842.94
Hex7CB4271F04E1D54402b
Octal174264473701163512410053
Binary11111001011010010011111111010011101110110101001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,180,39); }

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

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

 a { background-color: rgb(124,180,39); }

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

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

 span { border-color: rgb(124,180,39); }

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