Html Css Color HEX #7CCA10 Lima

📋 copy color: '#7CCA10'

red 124 ◦ green 202 ◦ blue 16

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

Shades of Lima #7CCA10

Tints of Lima #7CCA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.68%

R = 36.26%
G = 59.06%
B = 4.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#7CCA10 (or 0x7CCA10) is known color: Lima. HEX triplet: 7C, CA and 10. RGB value is (124,202,16). Sum of RGB (Red+Green+Blue) = 124+202+16=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 202 (79.30% from 255 or 59.06% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCA10 is #8335EF. Grayscale: #9E9E9E. Windows color (decimal): -8599024 or 1100412. OLE color: 1100412.

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

Color convert

RGB 124 202 16 -
CMYK 0.39 0 0.92 0.21
HSL 85.16º 0.85% 0.43% -
HSV(B) 85.16º 0.92% 0.79% -
XYZ 29.53 46.56 7.92 -
YUV 157.47 48.16 104.12 -
System Red Green Blue C M Y K H S L
Decimal 124 202 16 0.39 0 0.92 0.21 85.16 0.85 0.43
Hex 7C CA 10 27 0 5C 15 55 55 2B
Octal 174 312 20 47 0 134 25 125 125 53
Binary 1111100 11001010 10000 100111 0 1011100 10101 1010101 1010101 101011

Color Harmonies of #7CCA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCA10

Black with #7CCA10

Text Example


Text Example

White with #7CCA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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