Html Css Color HEX #7CC00F Lima

📋 copy color: '#7CC00F'

red 124 ◦ green 192 ◦ blue 15

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

Shades of Lima #7CC00F

Tints of Lima #7CC00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.53%

R = 37.46%
G = 58.01%
B = 4.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#7CC00F (or 0x7CC00F) is known color: Lima. HEX triplet: 7C, C0 and 0F. RGB value is (124,192,15). Sum of RGB (Red+Green+Blue) = 124+192+15=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC00F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC00F is #833FF0. Grayscale: #989898. Windows color (decimal): -8601585 or 1032316. OLE color: 1032316.

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

Color convert

RGB 124 192 15 -
CMYK 0.35 0 0.92 0.25
HSL 83.05º 0.86% 0.41% -
HSV(B) 83.05º 0.92% 0.75% -
XYZ 27.25 42.02 7.13 -
YUV 151.49 50.97 108.39 -
System Red Green Blue C M Y K H S L
Decimal 124 192 15 0.35 0 0.92 0.25 83.05 0.86 0.41
Hex 7C C0 F 23 0 5C 19 53 56 29
Octal 174 300 17 43 0 134 31 123 126 51
Binary 1111100 11000000 1111 100011 0 1011100 11001 1010011 1010110 101001

Color Harmonies of #7CC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC00F

Black with #7CC00F

Text Example


Text Example

White with #7CC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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