#7DBC27

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

Shades of Lima #7DBC27

Tints of Lima #7DBC27

Color information

#7DBC27 (or 0x7DBC27) is unknown color: approx Lima. HEX triplet: 7D, BC and 27. RGB value is (125,188,39). Sum of RGB (Red+Green+Blue) = 125+188+39=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBC27 is #8243D8. Grayscale: #989898. Windows color (decimal): -8537049 or 2604157. OLE color: 2604157.

HSL color Cylindrical-coordinate representation of color #7DBC27: hue angle of 85.37º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DBC27 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB12518839-
CMYK0.3400.790.26
HSL85.37º65.64%44.51%-
HSV(B)85.37º79.26%73.73%-
XYZ26.8140.478.32-
YUV152.1864.13108.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.51%
GREEN value IS 188 (73.83% from 255) = 53.41%
BLUE value IS 39 (15.62% from 255) = 11.08%
R=35.51%
G=53.41%
B=11.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal125188390.3400.790.2685.3765.6444.51
Hex7DBC272204F1A55422d
Octal175274474201173212510255
Binary111110110111100100111100010010011111101010101011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,188,39); }

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

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

 a { background-color: rgb(125,188,39); }

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

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

 span { border-color: rgb(125,188,39); }

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