Html Css Color HEX #7CC428 Lima

📋 copy color: '#7CC428'

red 124 ◦ green 196 ◦ blue 40

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

Shades of Lima #7CC428

Tints of Lima #7CC428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 54.44%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 34.44%
G = 54.44%
B = 11.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#7CC428 (or 0x7CC428) is known color: Lima. HEX triplet: 7C, C4 and 28. RGB value is (124,196,40). Sum of RGB (Red+Green+Blue) = 124+196+40=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 196 (76.95% from 255 or 54.44% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC428 is #833BD7. Grayscale: #9D9D9D. Windows color (decimal): -8600536 or 2671740. OLE color: 2671740.

HSL color Cylindrical-coordinate representation of color #7CC428: hue angle of 87.69º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7CC428 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 124 196 40 -
CMYK 0.37 0 0.80 0.23
HSL 87.69º 0.66% 0.46% -
HSV(B) 87.69º 0.8% 0.77% -
XYZ 28.44 43.92 8.99 -
YUV 156.69 62.15 104.68 -
System Red Green Blue C M Y K H S L
Decimal 124 196 40 0.37 0 0.80 0.23 87.69 0.66 0.46
Hex 7C C4 28 25 0 50 17 58 42 2E
Octal 174 304 50 45 0 120 27 130 102 56
Binary 1111100 11000100 101000 100101 0 1010000 10111 1011000 1000010 101110

Color Harmonies of #7CC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC428

Black with #7CC428

Text Example


Text Example

White with #7CC428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,196,40); }

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

background-color css

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

 a { background-color: rgb(124,196,40); }

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

border-color css

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

 span { border-color: rgb(124,196,40); }

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