Html Css Color HEX #7CC028 Lima

📋 copy color: '#7CC028'

red 124 ◦ green 192 ◦ blue 40

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

Shades of Lima #7CC028

Tints of Lima #7CC028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.93%

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

R = 34.83%
G = 53.93%
B = 11.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#7CC028 (or 0x7CC028) is known color: Lima. HEX triplet: 7C, C0 and 28. RGB value is (124,192,40). Sum of RGB (Red+Green+Blue) = 124+192+40=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC028 is #833FD7. Grayscale: #9A9A9A. Windows color (decimal): -8601560 or 2670716. OLE color: 2670716.

HSL color Cylindrical-coordinate representation of color #7CC028: hue angle of 86.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7CC028 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 192 40 -
CMYK 0.35 0 0.79 0.25
HSL 86.84º 0.66% 0.45% -
HSV(B) 86.84º 0.79% 0.75% -
XYZ 27.54 42.14 8.69 -
YUV 154.34 63.47 106.36 -
System Red Green Blue C M Y K H S L
Decimal 124 192 40 0.35 0 0.79 0.25 86.84 0.66 0.45
Hex 7C C0 28 23 0 4F 19 57 42 2D
Octal 174 300 50 43 0 117 31 127 102 55
Binary 1111100 11000000 101000 100011 0 1001111 11001 1010111 1000010 101101

Color Harmonies of #7CC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC028

Black with #7CC028

Text Example


Text Example

White with #7CC028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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