Html Css Color HEX #7CCC15 Lima

📋 copy color: '#7CCC15'

red 124 ◦ green 204 ◦ blue 21

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

Shades of Lima #7CCC15

Tints of Lima #7CCC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.02%

R = 35.53%
G = 58.45%
B = 6.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#7CCC15 (or 0x7CCC15) is known color: Lima. HEX triplet: 7C, CC and 15. RGB value is (124,204,21). Sum of RGB (Red+Green+Blue) = 124+204+21=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCC15 is #8333EA. Grayscale: #9F9F9F. Windows color (decimal): -8598507 or 1428604. OLE color: 1428604.

HSL color Cylindrical-coordinate representation of color #7CCC15: hue angle of 86.23º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CCC15 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 204 21 -
CMYK 0.39 0 0.90 0.2
HSL 86.23º 0.81% 0.44% -
HSV(B) 86.23º 0.9% 0.8% -
XYZ 30.04 47.52 8.3 -
YUV 159.22 50 102.88 -
System Red Green Blue C M Y K H S L
Decimal 124 204 21 0.39 0 0.90 0.2 86.23 0.81 0.44
Hex 7C CC 15 27 0 5A 14 56 51 2C
Octal 174 314 25 47 0 132 24 126 121 54
Binary 1111100 11001100 10101 100111 0 1011010 10100 1010110 1010001 101100

Color Harmonies of #7CCC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCC15

Black with #7CCC15

Text Example


Text Example

White with #7CCC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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