Html Css Color HEX #7CC011 Lima

📋 copy color: '#7CC011'

red 124 ◦ green 192 ◦ blue 17

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

Shades of Lima #7CC011

Tints of Lima #7CC011

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.66%

 BLUE value IS 17 (7.03% from 255) = 5.11%

R = 37.24%
G = 57.66%
B = 5.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#7CC011 (or 0x7CC011) is known color: Lima. HEX triplet: 7C, C0 and 11. RGB value is (124,192,17). Sum of RGB (Red+Green+Blue) = 124+192+17=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC011 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC011 is #833FEE. Grayscale: #989898. Windows color (decimal): -8601583 or 1163388. OLE color: 1163388.

HSL color Cylindrical-coordinate representation of color #7CC011: hue angle of 83.31º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CC011 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 192 17 -
CMYK 0.35 0 0.91 0.25
HSL 83.31º 0.84% 0.41% -
HSV(B) 83.31º 0.91% 0.75% -
XYZ 27.26 42.02 7.21 -
YUV 151.72 51.97 108.23 -
System Red Green Blue C M Y K H S L
Decimal 124 192 17 0.35 0 0.91 0.25 83.31 0.84 0.41
Hex 7C C0 11 23 0 5B 19 53 54 29
Octal 174 300 21 43 0 133 31 123 124 51
Binary 1111100 11000000 10001 100011 0 1011011 11001 1010011 1010100 101001

Color Harmonies of #7CC011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC011

Black with #7CC011

Text Example


Text Example

White with #7CC011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,192,17); }

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

background-color css

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

 a { background-color: rgb(124,192,17); }

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

border-color css

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

 span { border-color: rgb(124,192,17); }

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