Html Css Color HEX #7CBA1E Lima

📋 copy color: '#7CBA1E'

red 124 ◦ green 186 ◦ blue 30

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

Shades of Lima #7CBA1E

Tints of Lima #7CBA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.82%

R = 36.47%
G = 54.71%
B = 8.82%

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

#7CBA1E (or 0x7CBA1E) is known color: Lima. HEX triplet: 7C, BA and 1E. RGB value is (124,186,30). Sum of RGB (Red+Green+Blue) = 124+186+30=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA1E is #8345E1. Grayscale: #969696. Windows color (decimal): -8603106 or 2013820. OLE color: 2013820.

HSL color Cylindrical-coordinate representation of color #7CBA1E: hue angle of 83.85º degrees, saturation: 0.72, 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 #7CBA1E is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 186 30 -
CMYK 0.33 0 0.84 0.27
HSL 83.85º 0.72% 0.42% -
HSV(B) 83.85º 0.84% 0.73% -
XYZ 26.11 39.5 7.48 -
YUV 149.68 60.46 109.68 -
System Red Green Blue C M Y K H S L
Decimal 124 186 30 0.33 0 0.84 0.27 83.85 0.72 0.42
Hex 7C BA 1E 21 0 54 1B 54 48 2A
Octal 174 272 36 41 0 124 33 124 110 52
Binary 1111100 10111010 11110 100001 0 1010100 11011 1010100 1001000 101010

Color Harmonies of #7CBA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA1E

Black with #7CBA1E

Text Example


Text Example

White with #7CBA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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