Html Css Color HEX #7CC705 Lima

📋 copy color: '#7CC705'

red 124 ◦ green 199 ◦ blue 5

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

Shades of Lima #7CC705

Tints of Lima #7CC705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 37.8%
G = 60.67%
B = 1.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#7CC705 (or 0x7CC705) is known color: Lima. HEX triplet: 7C, C7 and 05. RGB value is (124,199,5). Sum of RGB (Red+Green+Blue) = 124+199+5=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 199 (78.12% from 255 or 60.67% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC705 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC705 is #8338FA. Grayscale: #9B9B9B. Windows color (decimal): -8599803 or 378748. OLE color: 378748.

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

Color convert

RGB 124 199 5 -
CMYK 0.38 0 0.97 0.22
HSL 83.2º 0.95% 0.4% -
HSV(B) 83.2º 0.97% 0.78% -
XYZ 28.76 45.14 7.34 -
YUV 154.46 43.65 106.27 -
System Red Green Blue C M Y K H S L
Decimal 124 199 5 0.38 0 0.97 0.22 83.2 0.95 0.4
Hex 7C C7 5 26 0 61 16 53 5F 28
Octal 174 307 5 46 0 141 26 123 137 50
Binary 1111100 11000111 101 100110 0 1100001 10110 1010011 1011111 101000

Color Harmonies of #7CC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC705

Black with #7CC705

Text Example


Text Example

White with #7CC705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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