Html Css Color HEX #7CCD20 Lima

📋 copy color: '#7CCD20'

red 124 ◦ green 205 ◦ blue 32

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

Shades of Lima #7CCD20

Tints of Lima #7CCD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.79%

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

R = 34.35%
G = 56.79%
B = 8.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#7CCD20 (or 0x7CCD20) is known color: Lima. HEX triplet: 7C, CD and 20. RGB value is (124,205,32). Sum of RGB (Red+Green+Blue) = 124+205+32=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 205 (80.47% from 255 or 56.79% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCD20 is #8332DF. Grayscale: #A1A1A1. Windows color (decimal): -8598240 or 2149756. OLE color: 2149756.

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

Color convert

RGB 124 205 32 -
CMYK 0.40 0 0.84 0.20
HSL 88.09º 0.73% 0.46% -
HSV(B) 88.09º 0.84% 0.8% -
XYZ 30.4 48.05 9.04 -
YUV 161.06 55.16 101.57 -
System Red Green Blue C M Y K H S L
Decimal 124 205 32 0.40 0 0.84 0.20 88.09 0.73 0.46
Hex 7C CD 20 28 0 54 14 58 49 2E
Octal 174 315 40 50 0 124 24 130 111 56
Binary 1111100 11001101 100000 101000 0 1010100 10100 1011000 1001001 101110

Color Harmonies of #7CCD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCD20

Black with #7CCD20

Text Example


Text Example

White with #7CCD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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