#7cc130

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

Shades of Lima #7CC130

Tints of Lima #7CC130

Color information

#7CC130 (or 0x7CC130) is unknown color: approx Lima. HEX triplet: 7C, C1 and 30. RGB value is (124,193,48). Sum of RGB (Red+Green+Blue) = 124+193+48=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC130 is #833ECF. Grayscale: #9C9C9C. Windows color (decimal): -8601296 or 3195260. OLE color: 3195260.

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

Color convert

RGB12419348-
CMYK0.3600.750.24
HSL88.55º60.17%47.25%-
HSV(B)88.55º75.13%75.69%-
XYZ27.9242.649.56-
YUV155.8467.14105.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.97%
GREEN value IS 193 (75.78% from 255) = 52.88%
BLUE value IS 48 (19.14% from 255) = 13.15%
R=33.97%
G=52.88%
B=13.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal124193480.3600.750.2488.5560.1747.25
Hex7CC1302404B18593c2f
Octal17430160440113301317457
Binary11111001100000111000010010001001011110001011001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cc130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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