Html Css Color HEX #7CBA07 Lima

📋 copy color: '#7CBA07'

red 124 ◦ green 186 ◦ blue 7

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

Shades of Lima #7CBA07

Tints of Lima #7CBA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.21%

R = 39.12%
G = 58.68%
B = 2.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#7CBA07 (or 0x7CBA07) is known color: Lima. HEX triplet: 7C, BA and 07. RGB value is (124,186,7). Sum of RGB (Red+Green+Blue) = 124+186+7=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBA07 is #8345F8. Grayscale: #939393. Windows color (decimal): -8603129 or 506492. OLE color: 506492.

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

Color convert

RGB 124 186 7 -
CMYK 0.33 0 0.96 0.27
HSL 80.78º 0.93% 0.38% -
HSV(B) 80.78º 0.96% 0.73% -
XYZ 25.91 39.42 6.44 -
YUV 147.06 48.96 111.55 -
System Red Green Blue C M Y K H S L
Decimal 124 186 7 0.33 0 0.96 0.27 80.78 0.93 0.38
Hex 7C BA 7 21 0 60 1B 51 5D 26
Octal 174 272 7 41 0 140 33 121 135 46
Binary 1111100 10111010 111 100001 0 1100000 11011 1010001 1011101 100110

Color Harmonies of #7CBA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA07

Black with #7CBA07

Text Example


Text Example

White with #7CBA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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