Html Css Color HEX #7CCC1C Lima

📋 copy color: '#7CCC1C'

red 124 ◦ green 204 ◦ blue 28

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

Shades of Lima #7CCC1C

Tints of Lima #7CCC1C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.3%

 BLUE value IS 28 (11.33% from 255) = 7.87%

R = 34.83%
G = 57.3%
B = 7.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#7CCC1C (or 0x7CCC1C) is known color: Lima. HEX triplet: 7C, CC and 1C. RGB value is (124,204,28). Sum of RGB (Red+Green+Blue) = 124+204+28=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCC1C is #8333E3. Grayscale: #A0A0A0. Windows color (decimal): -8598500 or 1887356. OLE color: 1887356.

HSL color Cylindrical-coordinate representation of color #7CCC1C: hue angle of 87.27º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7CCC1C is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 204 28 -
CMYK 0.39 0 0.86 0.2
HSL 87.27º 0.76% 0.45% -
HSV(B) 87.27º 0.86% 0.8% -
XYZ 30.11 47.55 8.69 -
YUV 160.02 53.5 102.31 -
System Red Green Blue C M Y K H S L
Decimal 124 204 28 0.39 0 0.86 0.2 87.27 0.76 0.45
Hex 7C CC 1C 27 0 56 14 57 4C 2D
Octal 174 314 34 47 0 126 24 127 114 55
Binary 1111100 11001100 11100 100111 0 1010110 10100 1010111 1001100 101101

Color Harmonies of #7CCC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCC1C

Black with #7CCC1C

Text Example


Text Example

White with #7CCC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,204,28); }

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

background-color css

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

 a { background-color: rgb(124,204,28); }

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

border-color css

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

 span { border-color: rgb(124,204,28); }

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