Html Css Color HEX #7CC104 Lima

📋 copy color: '#7CC104'

red 124 ◦ green 193 ◦ blue 4

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

Shades of Lima #7CC104

Tints of Lima #7CC104

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.12%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 38.63%
G = 60.12%
B = 1.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#7CC104 (or 0x7CC104) is known color: Lima. HEX triplet: 7C, C1 and 04. RGB value is (124,193,4). Sum of RGB (Red+Green+Blue) = 124+193+4=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC104 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC104 is #833EFB. Grayscale: #979797. Windows color (decimal): -8601340 or 311676. OLE color: 311676.

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

Color convert

RGB 124 193 4 -
CMYK 0.36 0 0.98 0.24
HSL 81.9º 0.96% 0.39% -
HSV(B) 81.9º 0.98% 0.76% -
XYZ 27.4 42.43 6.86 -
YUV 150.82 45.14 108.87 -
System Red Green Blue C M Y K H S L
Decimal 124 193 4 0.36 0 0.98 0.24 81.9 0.96 0.39
Hex 7C C1 4 24 0 62 18 52 60 27
Octal 174 301 4 44 0 142 30 122 140 47
Binary 1111100 11000001 100 100100 0 1100010 11000 1010010 1100000 100111

Color Harmonies of #7CC104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC104

Black with #7CC104

Text Example


Text Example

White with #7CC104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,193,4); }

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

background-color css

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

 a { background-color: rgb(124,193,4); }

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

border-color css

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

 span { border-color: rgb(124,193,4); }

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