Html Css Color HEX #7CB90C Lima

📋 copy color: '#7CB90C'

red 124 ◦ green 185 ◦ blue 12

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

Shades of Lima #7CB90C

Tints of Lima #7CB90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.63%

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 38.63%
G = 57.63%
B = 3.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#7CB90C (or 0x7CB90C) is known color: Lima. HEX triplet: 7C, B9 and 0C. RGB value is (124,185,12). Sum of RGB (Red+Green+Blue) = 124+185+12=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 185 (72.66% from 255 or 57.63% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB90C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB90C is #8346F3. Grayscale: #939393. Windows color (decimal): -8603380 or 833916. OLE color: 833916.

HSL color Cylindrical-coordinate representation of color #7CB90C: hue angle of 81.16º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7CB90C is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 185 12 -
CMYK 0.33 0 0.94 0.27
HSL 81.16º 0.88% 0.39% -
HSV(B) 81.16º 0.94% 0.73% -
XYZ 25.73 39.01 6.52 -
YUV 147.04 51.79 111.57 -
System Red Green Blue C M Y K H S L
Decimal 124 185 12 0.33 0 0.94 0.27 81.16 0.88 0.39
Hex 7C B9 C 21 0 5E 1B 51 58 27
Octal 174 271 14 41 0 136 33 121 130 47
Binary 1111100 10111001 1100 100001 0 1011110 11011 1010001 1011000 100111

Color Harmonies of #7CB90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB90C

Black with #7CB90C

Text Example


Text Example

White with #7CB90C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,185,12); }

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

background-color css

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

 a { background-color: rgb(124,185,12); }

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

border-color css

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

 span { border-color: rgb(124,185,12); }

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