Html Css Color HEX #7CB30C Lima

📋 copy color: '#7CB30C'

red 124 ◦ green 179 ◦ blue 12

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

Shades of Lima #7CB30C

Tints of Lima #7CB30C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.83%

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

R = 39.37%
G = 56.83%
B = 3.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#7CB30C (or 0x7CB30C) is known color: Lima. HEX triplet: 7C, B3 and 0C. RGB value is (124,179,12). Sum of RGB (Red+Green+Blue) = 124+179+12=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB30C is #834CF3. Grayscale: #909090. Windows color (decimal): -8604916 or 832380. OLE color: 832380.

HSL color Cylindrical-coordinate representation of color #7CB30C: hue angle of 79.76º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CB30C is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 179 12 -
CMYK 0.31 0 0.93 0.30
HSL 79.76º 0.87% 0.37% -
HSV(B) 79.76º 0.93% 0.7% -
XYZ 24.5 36.55 6.11 -
YUV 143.52 53.78 114.08 -
System Red Green Blue C M Y K H S L
Decimal 124 179 12 0.31 0 0.93 0.30 79.76 0.87 0.37
Hex 7C B3 C 1F 0 5D 1E 50 57 25
Octal 174 263 14 37 0 135 36 120 127 45
Binary 1111100 10110011 1100 11111 0 1011101 11110 1010000 1010111 100101

Color Harmonies of #7CB30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB30C

Black with #7CB30C

Text Example


Text Example

White with #7CB30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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