Html Css Color HEX #7CBA1D Lima

📋 copy color: '#7CBA1D'

red 124 ◦ green 186 ◦ blue 29

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

Shades of Lima #7CBA1D

Tints of Lima #7CBA1D

RGB

 RED value IS 124 (48.83% from 255) = 36.58%

 GREEN value IS 186 (73.05% from 255) = 54.87%

 BLUE value IS 29 (11.72% from 255) = 8.55%

R = 36.58%
G = 54.87%
B = 8.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#7CBA1D (or 0x7CBA1D) is known color: Lima. HEX triplet: 7C, BA and 1D. RGB value is (124,186,29). Sum of RGB (Red+Green+Blue) = 124+186+29=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA1D is #8345E2. Grayscale: #969696. Windows color (decimal): -8603107 or 1948284. OLE color: 1948284.

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

Color convert

RGB 124 186 29 -
CMYK 0.33 0 0.84 0.27
HSL 83.69º 0.73% 0.42% -
HSV(B) 83.69º 0.84% 0.73% -
XYZ 26.09 39.49 7.41 -
YUV 149.56 59.96 109.77 -
System Red Green Blue C M Y K H S L
Decimal 124 186 29 0.33 0 0.84 0.27 83.69 0.73 0.42
Hex 7C BA 1D 21 0 54 1B 54 49 2A
Octal 174 272 35 41 0 124 33 124 111 52
Binary 1111100 10111010 11101 100001 0 1010100 11011 1010100 1001001 101010

Color Harmonies of #7CBA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA1D

Black with #7CBA1D

Text Example


Text Example

White with #7CBA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,186,29); }

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

background-color css

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

 a { background-color: rgb(124,186,29); }

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

border-color css

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

 span { border-color: rgb(124,186,29); }

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