Html Css Color HEX #7CBD1A Lima

📋 copy color: '#7CBD1A'

red 124 ◦ green 189 ◦ blue 26

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

Shades of Lima #7CBD1A

Tints of Lima #7CBD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.75%

 BLUE value IS 26 (10.55% from 255) = 7.67%

R = 36.58%
G = 55.75%
B = 7.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#7CBD1A (or 0x7CBD1A) is known color: Lima. HEX triplet: 7C, BD and 1A. RGB value is (124,189,26). Sum of RGB (Red+Green+Blue) = 124+189+26=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBD1A is #8342E5. Grayscale: #979797. Windows color (decimal): -8602342 or 1752444. OLE color: 1752444.

HSL color Cylindrical-coordinate representation of color #7CBD1A: hue angle of 83.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7CBD1A is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 189 26 -
CMYK 0.34 0 0.86 0.26
HSL 83.93º 0.76% 0.42% -
HSV(B) 83.93º 0.86% 0.74% -
XYZ 26.7 40.75 7.44 -
YUV 150.98 57.47 108.75 -
System Red Green Blue C M Y K H S L
Decimal 124 189 26 0.34 0 0.86 0.26 83.93 0.76 0.42
Hex 7C BD 1A 22 0 56 1A 54 4C 2A
Octal 174 275 32 42 0 126 32 124 114 52
Binary 1111100 10111101 11010 100010 0 1010110 11010 1010100 1001100 101010

Color Harmonies of #7CBD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBD1A

Black with #7CBD1A

Text Example


Text Example

White with #7CBD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,189,26); }

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

background-color css

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

 a { background-color: rgb(124,189,26); }

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

border-color css

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

 span { border-color: rgb(124,189,26); }

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