Html Css Color HEX #7CC20D Lima

📋 copy color: '#7CC20D'

red 124 ◦ green 194 ◦ blue 13

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

Shades of Lima #7CC20D

Tints of Lima #7CC20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.61%

 BLUE value IS 13 (5.47% from 255) = 3.93%

R = 37.46%
G = 58.61%
B = 3.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#7CC20D (or 0x7CC20D) is known color: Lima. HEX triplet: 7C, C2 and 0D. RGB value is (124,194,13). Sum of RGB (Red+Green+Blue) = 124+194+13=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC20D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC20D is #833DF2. Grayscale: #999999. Windows color (decimal): -8601075 or 901756. OLE color: 901756.

HSL color Cylindrical-coordinate representation of color #7CC20D: hue angle of 83.2º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CC20D is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 194 13 -
CMYK 0.36 0 0.93 0.24
HSL 83.2º 0.87% 0.41% -
HSV(B) 83.2º 0.93% 0.76% -
XYZ 27.68 42.9 7.2 -
YUV 152.44 49.31 107.72 -
System Red Green Blue C M Y K H S L
Decimal 124 194 13 0.36 0 0.93 0.24 83.2 0.87 0.41
Hex 7C C2 D 24 0 5D 18 53 57 29
Octal 174 302 15 44 0 135 30 123 127 51
Binary 1111100 11000010 1101 100100 0 1011101 11000 1010011 1010111 101001

Color Harmonies of #7CC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC20D

Black with #7CC20D

Text Example


Text Example

White with #7CC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,194,13); }

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

background-color css

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

 a { background-color: rgb(124,194,13); }

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

border-color css

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

 span { border-color: rgb(124,194,13); }

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