Html Css Color HEX #7DBB0E Lima

📋 copy color: '#7DBB0E'

red 125 ◦ green 187 ◦ blue 14

#7DBB0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7DBB0E

Tints of Lima #7DBB0E

RGB

 RED value IS 125 (49.22% from 255) = 38.34%

 GREEN value IS 187 (73.44% from 255) = 57.36%

 BLUE value IS 14 (5.86% from 255) = 4.29%

R = 38.34%
G = 57.36%
B = 4.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#7DBB0E (or 0x7DBB0E) is known color: Lima. HEX triplet: 7D, BB and 0E. RGB value is (125,187,14). Sum of RGB (Red+Green+Blue) = 125+187+14=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 187 (73.44% from 255 or 57.36% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBB0E is #8244F1. Grayscale: #959595. Windows color (decimal): -8537330 or 965501. OLE color: 965501.

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

Color convert

RGB 125 187 14 -
CMYK 0.33 0 0.93 0.27
HSL 81.5º 0.86% 0.39% -
HSV(B) 81.5º 0.93% 0.73% -
XYZ 26.31 39.93 6.74 -
YUV 148.74 51.96 111.07 -
System Red Green Blue C M Y K H S L
Decimal 125 187 14 0.33 0 0.93 0.27 81.5 0.86 0.39
Hex 7D BB E 21 0 5D 1B 52 56 27
Octal 175 273 16 41 0 135 33 122 126 47
Binary 1111101 10111011 1110 100001 0 1011101 11011 1010010 1010110 100111

Color Harmonies of #7DBB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBB0E

Black with #7DBB0E

Text Example


Text Example

White with #7DBB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DBB0E;
 }
 .AnyTagClassName
 {
   color: #7DBB0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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