Html Css Color HEX #7CCA20 Lima

📋 copy color: '#7CCA20'

red 124 ◦ green 202 ◦ blue 32

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

Shades of Lima #7CCA20

Tints of Lima #7CCA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.94%

R = 34.64%
G = 56.42%
B = 8.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#7CCA20 (or 0x7CCA20) is known color: Lima. HEX triplet: 7C, CA and 20. RGB value is (124,202,32). Sum of RGB (Red+Green+Blue) = 124+202+32=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCA20 is #8335DF. Grayscale: #9F9F9F. Windows color (decimal): -8599008 or 2148988. OLE color: 2148988.

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

Color convert

RGB 124 202 32 -
CMYK 0.39 0 0.84 0.21
HSL 87.53º 0.73% 0.46% -
HSV(B) 87.53º 0.84% 0.79% -
XYZ 29.69 46.63 8.8 -
YUV 159.3 56.16 102.82 -
System Red Green Blue C M Y K H S L
Decimal 124 202 32 0.39 0 0.84 0.21 87.53 0.73 0.46
Hex 7C CA 20 27 0 54 15 58 49 2E
Octal 174 312 40 47 0 124 25 130 111 56
Binary 1111100 11001010 100000 100111 0 1010100 10101 1011000 1001001 101110

Color Harmonies of #7CCA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCA20

Black with #7CCA20

Text Example


Text Example

White with #7CCA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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