Html Css Color HEX #7CC211 Lima

📋 copy color: '#7CC211'

red 124 ◦ green 194 ◦ blue 17

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

Shades of Lima #7CC211

Tints of Lima #7CC211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.91%

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

R = 37.01%
G = 57.91%
B = 5.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#7CC211 (or 0x7CC211) is known color: Lima. HEX triplet: 7C, C2 and 11. RGB value is (124,194,17). Sum of RGB (Red+Green+Blue) = 124+194+17=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC211 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC211 is #833DEE. Grayscale: #999999. Windows color (decimal): -8601071 or 1163900. OLE color: 1163900.

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

Color convert

RGB 124 194 17 -
CMYK 0.36 0 0.91 0.24
HSL 83.73º 0.84% 0.41% -
HSV(B) 83.73º 0.91% 0.76% -
XYZ 27.71 42.91 7.35 -
YUV 152.89 51.31 107.39 -
System Red Green Blue C M Y K H S L
Decimal 124 194 17 0.36 0 0.91 0.24 83.73 0.84 0.41
Hex 7C C2 11 24 0 5B 18 54 54 29
Octal 174 302 21 44 0 133 30 124 124 51
Binary 1111100 11000010 10001 100100 0 1011011 11000 1010100 1010100 101001

Color Harmonies of #7CC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC211

Black with #7CC211

Text Example


Text Example

White with #7CC211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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