Html Css Color HEX #7CC004 Lima

📋 copy color: '#7CC004'

red 124 ◦ green 192 ◦ blue 4

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

Shades of Lima #7CC004

Tints of Lima #7CC004

RGB

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

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

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

R = 38.75%
G = 60%
B = 1.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#7CC004 (or 0x7CC004) is known color: Lima. HEX triplet: 7C, C0 and 04. RGB value is (124,192,4). Sum of RGB (Red+Green+Blue) = 124+192+4=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC004 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC004 is #833FFB. Grayscale: #969696. Windows color (decimal): -8601596 or 311420. OLE color: 311420.

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

Color convert

RGB 124 192 4 -
CMYK 0.35 0 0.98 0.25
HSL 81.7º 0.96% 0.38% -
HSV(B) 81.7º 0.98% 0.75% -
XYZ 27.18 41.99 6.79 -
YUV 150.24 45.47 109.29 -
System Red Green Blue C M Y K H S L
Decimal 124 192 4 0.35 0 0.98 0.25 81.7 0.96 0.38
Hex 7C C0 4 23 0 62 19 52 60 26
Octal 174 300 4 43 0 142 31 122 140 46
Binary 1111100 11000000 100 100011 0 1100010 11001 1010010 1100000 100110

Color Harmonies of #7CC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC004

Black with #7CC004

Text Example


Text Example

White with #7CC004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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