Html Css Color HEX #7CC731 Lima

📋 copy color: '#7CC731'

red 124 ◦ green 199 ◦ blue 49

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

Shades of Lima #7CC731

Tints of Lima #7CC731

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.49%

 BLUE value IS 49 (19.53% from 255) = 13.17%

R = 33.33%
G = 53.49%
B = 13.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#7CC731 (or 0x7CC731) is known color: Lima. HEX triplet: 7C, C7 and 31. RGB value is (124,199,49). Sum of RGB (Red+Green+Blue) = 124+199+49=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 199 (78.12% from 255 or 53.49% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC731 is #8338CE. Grayscale: #9F9F9F. Windows color (decimal): -8599759 or 3262332. OLE color: 3262332.

HSL color Cylindrical-coordinate representation of color #7CC731: hue angle of 90º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CC731 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 124 199 49 -
CMYK 0.38 0 0.75 0.22
HSL 90º 0.6% 0.49% -
HSV(B) 90º 0.75% 0.78% -
XYZ 29.29 45.35 10.12 -
YUV 159.48 65.65 102.7 -
System Red Green Blue C M Y K H S L
Decimal 124 199 49 0.38 0 0.75 0.22 90 0.6 0.49
Hex 7C C7 31 26 0 4B 16 5A 3C 31
Octal 174 307 61 46 0 113 26 132 74 61
Binary 1111100 11000111 110001 100110 0 1001011 10110 1011010 111100 110001

Color Harmonies of #7CC731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC731

Black with #7CC731

Text Example


Text Example

White with #7CC731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,199,49); }

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

background-color css

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

 a { background-color: rgb(124,199,49); }

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

border-color css

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

 span { border-color: rgb(124,199,49); }

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