Html Css Color HEX #7CC024 Lima

📋 copy color: '#7CC024'

red 124 ◦ green 192 ◦ blue 36

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

Shades of Lima #7CC024

Tints of Lima #7CC024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.23%

R = 35.23%
G = 54.55%
B = 10.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#7CC024 (or 0x7CC024) is known color: Lima. HEX triplet: 7C, C0 and 24. RGB value is (124,192,36). Sum of RGB (Red+Green+Blue) = 124+192+36=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC024 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC024 is #833FDB. Grayscale: #9A9A9A. Windows color (decimal): -8601564 or 2408572. OLE color: 2408572.

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

Color convert

RGB 124 192 36 -
CMYK 0.35 0 0.81 0.25
HSL 86.15º 0.68% 0.45% -
HSV(B) 86.15º 0.81% 0.75% -
XYZ 27.48 42.11 8.35 -
YUV 153.88 61.47 106.68 -
System Red Green Blue C M Y K H S L
Decimal 124 192 36 0.35 0 0.81 0.25 86.15 0.68 0.45
Hex 7C C0 24 23 0 51 19 56 44 2D
Octal 174 300 44 43 0 121 31 126 104 55
Binary 1111100 11000000 100100 100011 0 1010001 11001 1010110 1000100 101101

Color Harmonies of #7CC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC024

Black with #7CC024

Text Example


Text Example

White with #7CC024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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