Html Css Color HEX #7CB10F Lima

📋 copy color: '#7CB10F'

red 124 ◦ green 177 ◦ blue 15

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

Shades of Lima #7CB10F

Tints of Lima #7CB10F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.01%

 BLUE value IS 15 (6.25% from 255) = 4.75%

R = 39.24%
G = 56.01%
B = 4.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#7CB10F (or 0x7CB10F) is known color: Lima. HEX triplet: 7C, B1 and 0F. RGB value is (124,177,15). Sum of RGB (Red+Green+Blue) = 124+177+15=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 177 (69.53% from 255 or 56.01% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB10F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB10F is #834EF0. Grayscale: #8F8F8F. Windows color (decimal): -8605425 or 1028476. OLE color: 1028476.

HSL color Cylindrical-coordinate representation of color #7CB10F: hue angle of 79.63º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CB10F is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 177 15 -
CMYK 0.30 0 0.92 0.31
HSL 79.63º 0.84% 0.38% -
HSV(B) 79.63º 0.92% 0.69% -
XYZ 24.12 35.76 6.08 -
YUV 142.69 55.94 114.67 -
System Red Green Blue C M Y K H S L
Decimal 124 177 15 0.30 0 0.92 0.31 79.63 0.84 0.38
Hex 7C B1 F 1E 0 5C 1F 50 54 26
Octal 174 261 17 36 0 134 37 120 124 46
Binary 1111100 10110001 1111 11110 0 1011100 11111 1010000 1010100 100110

Color Harmonies of #7CB10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB10F

Black with #7CB10F

Text Example


Text Example

White with #7CB10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,177,15); }

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

background-color css

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

 a { background-color: rgb(124,177,15); }

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

border-color css

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

 span { border-color: rgb(124,177,15); }

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