#7CC031

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

Shades of Lima #7CC031

Tints of Lima #7CC031

Color information

#7CC031 (or 0x7CC031) is unknown color: approx Lima. HEX triplet: 7C, C0 and 31. RGB value is (124,192,49). Sum of RGB (Red+Green+Blue) = 124+192+49=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC031 is #833FCE. Grayscale: #9B9B9B. Windows color (decimal): -8601551 or 3260540. OLE color: 3260540.

HSL color Cylindrical-coordinate representation of color #7CC031: hue angle of 88.53º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CC031 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB12419249-
CMYK0.3500.740.25
HSL88.53º59.34%47.25%-
HSV(B)88.53º74.48%75.29%-
XYZ27.7242.219.59-
YUV155.3767.97105.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.97%
GREEN value IS 192 (75.39% from 255) = 52.60%
BLUE value IS 49 (19.53% from 255) = 13.42%
R=33.97%
G=52.60%
B=13.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124192490.3500.740.2588.5359.3447.25
Hex7CC0312304A19593b2f
Octal17430061430112311317357
Binary11111001100000011000110001101001010110011011001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,192,49); }

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

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

 a { background-color: rgb(124,192,49); }

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

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

 span { border-color: rgb(124,192,49); }

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