Html Css Color HEX #7CCA0C Lima

📋 copy color: '#7CCA0C'

red 124 ◦ green 202 ◦ blue 12

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

Shades of Lima #7CCA0C

Tints of Lima #7CCA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 59.76%

 BLUE value IS 12 (5.08% from 255) = 3.55%

R = 36.69%
G = 59.76%
B = 3.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#7CCA0C (or 0x7CCA0C) is known color: Lima. HEX triplet: 7C, CA and 0C. RGB value is (124,202,12). Sum of RGB (Red+Green+Blue) = 124+202+12=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCA0C is #8335F3. Grayscale: #9D9D9D. Windows color (decimal): -8599028 or 838268. OLE color: 838268.

HSL color Cylindrical-coordinate representation of color #7CCA0C: hue angle of 84.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7CCA0C is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 202 12 -
CMYK 0.39 0 0.94 0.21
HSL 84.63º 0.89% 0.42% -
HSV(B) 84.63º 0.94% 0.79% -
XYZ 29.5 46.55 7.78 -
YUV 157.02 46.16 104.45 -
System Red Green Blue C M Y K H S L
Decimal 124 202 12 0.39 0 0.94 0.21 84.63 0.89 0.42
Hex 7C CA C 27 0 5E 15 55 59 2A
Octal 174 312 14 47 0 136 25 125 131 52
Binary 1111100 11001010 1100 100111 0 1011110 10101 1010101 1011001 101010

Color Harmonies of #7CCA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCA0C

Black with #7CCA0C

Text Example


Text Example

White with #7CCA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,202,12); }

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

background-color css

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

 a { background-color: rgb(124,202,12); }

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

border-color css

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

 span { border-color: rgb(124,202,12); }

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