#7DBE02

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

Shades of Lima #7DBE02

Tints of Lima #7DBE02

Color information

#7DBE02 (or 0x7DBE02) is unknown color: approx Lima. HEX triplet: 7D, BE and 02. RGB value is (125,190,2). Sum of RGB (Red+Green+Blue) = 125+190+2=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 190 (74.61% from 255 or 59.94% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBE02 is #8241FD. Grayscale: #959595. Windows color (decimal): -8536574 or 179837. OLE color: 179837.

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

Color convert

RGB1251902-
CMYK0.3400.990.25
HSL80.74º97.92%37.65%-
HSV(B)80.74º98.95%74.51%-
XYZ26.8841.196.59-
YUV149.1344.97110.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.43%
GREEN value IS 190 (74.61% from 255) = 59.94%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=39.43%
G=59.94%
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.25
SystemRedGreenBlueCMYKHSL
Decimal12519020.3400.990.2580.7497.9237.65
Hex7DBE22206319516226
Octal17527624201433112114246
Binary11111011011111010100010011000111100110100011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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