Html Css Color HEX #7CC50B Lima

📋 copy color: '#7CC50B'

red 124 ◦ green 197 ◦ blue 11

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

Shades of Lima #7CC50B

Tints of Lima #7CC50B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 59.34%

 BLUE value IS 11 (4.69% from 255) = 3.31%

R = 37.35%
G = 59.34%
B = 3.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#7CC50B (or 0x7CC50B) is known color: Lima. HEX triplet: 7C, C5 and 0B. RGB value is (124,197,11). Sum of RGB (Red+Green+Blue) = 124+197+11=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC50B is #833AF4. Grayscale: #9A9A9A. Windows color (decimal): -8600309 or 771452. OLE color: 771452.

HSL color Cylindrical-coordinate representation of color #7CC50B: hue angle of 83.55º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7CC50B is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 124 197 11 -
CMYK 0.37 0 0.94 0.23
HSL 83.55º 0.89% 0.41% -
HSV(B) 83.55º 0.94% 0.77% -
XYZ 28.34 44.24 7.36 -
YUV 153.97 47.32 106.62 -
System Red Green Blue C M Y K H S L
Decimal 124 197 11 0.37 0 0.94 0.23 83.55 0.89 0.41
Hex 7C C5 B 25 0 5E 17 54 59 29
Octal 174 305 13 45 0 136 27 124 131 51
Binary 1111100 11000101 1011 100101 0 1011110 10111 1010100 1011001 101001

Color Harmonies of #7CC50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC50B

Black with #7CC50B

Text Example


Text Example

White with #7CC50B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,197,11); }

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

background-color css

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

 a { background-color: rgb(124,197,11); }

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

border-color css

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

 span { border-color: rgb(124,197,11); }

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