Html Css Color HEX #7CBC29 Lima

📋 copy color: '#7CBC29'

red 124 ◦ green 188 ◦ blue 41

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

Shades of Lima #7CBC29

Tints of Lima #7CBC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.26%

 BLUE value IS 41 (16.41% from 255) = 11.61%

R = 35.13%
G = 53.26%
B = 11.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#7CBC29 (or 0x7CBC29) is known color: Lima. HEX triplet: 7C, BC and 29. RGB value is (124,188,41). Sum of RGB (Red+Green+Blue) = 124+188+41=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC29 is #8343D6. Grayscale: #989898. Windows color (decimal): -8602583 or 2735228. OLE color: 2735228.

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

Color convert

RGB 124 188 41 -
CMYK 0.34 0 0.78 0.26
HSL 86.12º 0.64% 0.45% -
HSV(B) 86.12º 0.78% 0.74% -
XYZ 26.7 40.41 8.49 -
YUV 152.11 65.3 107.95 -
System Red Green Blue C M Y K H S L
Decimal 124 188 41 0.34 0 0.78 0.26 86.12 0.64 0.45
Hex 7C BC 29 22 0 4E 1A 56 40 2D
Octal 174 274 51 42 0 116 32 126 100 55
Binary 1111100 10111100 101001 100010 0 1001110 11010 1010110 1000000 101101

Color Harmonies of #7CBC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC29

Black with #7CBC29

Text Example


Text Example

White with #7CBC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,188,41); }

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

background-color css

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

 a { background-color: rgb(124,188,41); }

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

border-color css

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

 span { border-color: rgb(124,188,41); }

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