#7DBC02

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

Shades of Lima #7DBC02

Tints of Lima #7DBC02

Color information

#7DBC02 (or 0x7DBC02) is unknown color: approx Lima. HEX triplet: 7D, BC and 02. RGB value is (125,188,2). Sum of RGB (Red+Green+Blue) = 125+188+2=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBC02 is #8243FD. Grayscale: #949494. Windows color (decimal): -8537086 or 179325. OLE color: 179325.

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

Color convert

RGB1251882-
CMYK0.3400.990.26
HSL80.32º97.89%37.25%-
HSV(B)80.32º98.94%73.73%-
XYZ26.4540.336.45-
YUV147.9645.63111.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.68%
GREEN value IS 188 (73.83% from 255) = 59.68%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=39.68%
G=59.68%
B=0.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12518820.3400.990.2680.3297.8937.25
Hex7DBC2220631A506225
Octal17527424201433212014245
Binary11111011011110010100010011000111101010100001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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