Html Css Color HEX #7CB10C Lima

📋 copy color: '#7CB10C'

red 124 ◦ green 177 ◦ blue 12

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

Shades of Lima #7CB10C

Tints of Lima #7CB10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 39.62%
G = 56.55%
B = 3.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#7CB10C (or 0x7CB10C) is known color: Lima. HEX triplet: 7C, B1 and 0C. RGB value is (124,177,12). Sum of RGB (Red+Green+Blue) = 124+177+12=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 177 (69.53% from 255 or 56.55% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB10C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB10C is #834EF3. Grayscale: #8E8E8E. Windows color (decimal): -8605428 or 831868. OLE color: 831868.

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

Color convert

RGB 124 177 12 -
CMYK 0.30 0 0.93 0.31
HSL 79.27º 0.87% 0.37% -
HSV(B) 79.27º 0.93% 0.69% -
XYZ 24.1 35.76 5.98 -
YUV 142.34 54.44 114.92 -
System Red Green Blue C M Y K H S L
Decimal 124 177 12 0.30 0 0.93 0.31 79.27 0.87 0.37
Hex 7C B1 C 1E 0 5D 1F 4F 57 25
Octal 174 261 14 36 0 135 37 117 127 45
Binary 1111100 10110001 1100 11110 0 1011101 11111 1001111 1010111 100101

Color Harmonies of #7CB10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB10C

Black with #7CB10C

Text Example


Text Example

White with #7CB10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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