#7DBB23

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

Shades of Lima #7DBB23

Tints of Lima #7DBB23

Color information

#7DBB23 (or 0x7DBB23) is unknown color: approx Lima. HEX triplet: 7D, BB and 23. RGB value is (125,187,35). Sum of RGB (Red+Green+Blue) = 125+187+35=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 187 (73.44% from 255 or 53.89% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBB23 is #8244DC. Grayscale: #979797. Windows color (decimal): -8537309 or 2341757. OLE color: 2341757.

HSL color Cylindrical-coordinate representation of color #7DBB23: hue angle of 84.47º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DBB23 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB12518735-
CMYK0.3300.810.27
HSL84.47º68.47%43.53%-
HSV(B)84.47º81.28%73.33%-
XYZ26.5340.027.92-
YUV151.1362.46109.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.02%
GREEN value IS 187 (73.44% from 255) = 53.89%
BLUE value IS 35 (14.06% from 255) = 10.09%
R=36.02%
G=53.89%
B=10.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125187350.3300.810.2784.4768.4743.53
Hex7DBB23210511B54442c
Octal175273434101213312410454
Binary111110110111011100011100001010100011101110101001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,187,35); }

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

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

 a { background-color: rgb(125,187,35); }

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

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

 span { border-color: rgb(125,187,35); }

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