#7CBF39

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

Shades of Lima #7CBF39

Tints of Lima #7CBF39

Color information

#7CBF39 (or 0x7CBF39) is unknown color: approx Lima. HEX triplet: 7C, BF and 39. RGB value is (124,191,57). Sum of RGB (Red+Green+Blue) = 124+191+57=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBF39 is #8340C6. Grayscale: #9C9C9C. Windows color (decimal): -8601799 or 3784572. OLE color: 3784572.

HSL color Cylindrical-coordinate representation of color #7CBF39: hue angle of 90º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CBF39 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB12419157-
CMYK0.3500.700.25
HSL90º54.03%48.63%-
HSV(B)90º70.16%74.9%-
XYZ27.6841.8410.49-
YUV155.6972.3105.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 51.34%
BLUE value IS 57 (22.66% from 255) = 15.32%
R=33.33%
G=51.34%
B=15.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124191570.3500.700.259054.0348.63
Hex7CBF3923046195a3631
Octal17427771430106311326661
Binary11111001011111111100110001101000110110011011010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,191,57); }

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

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

 a { background-color: rgb(124,191,57); }

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

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

 span { border-color: rgb(124,191,57); }

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