Html Css Color HEX #7CC12B Lima

📋 copy color: '#7CC12B'

red 124 ◦ green 193 ◦ blue 43

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

Shades of Lima #7CC12B

Tints of Lima #7CC12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.61%

 BLUE value IS 43 (17.19% from 255) = 11.94%

R = 34.44%
G = 53.61%
B = 11.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#7CC12B (or 0x7CC12B) is known color: Lima. HEX triplet: 7C, C1 and 2B. RGB value is (124,193,43). Sum of RGB (Red+Green+Blue) = 124+193+43=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC12B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC12B is #833ED4. Grayscale: #9B9B9B. Windows color (decimal): -8601301 or 2867580. OLE color: 2867580.

HSL color Cylindrical-coordinate representation of color #7CC12B: hue angle of 87.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7CC12B is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 193 43 -
CMYK 0.36 0 0.78 0.24
HSL 87.6º 0.64% 0.46% -
HSV(B) 87.6º 0.78% 0.76% -
XYZ 27.82 42.6 9.04 -
YUV 155.27 64.64 105.7 -
System Red Green Blue C M Y K H S L
Decimal 124 193 43 0.36 0 0.78 0.24 87.6 0.64 0.46
Hex 7C C1 2B 24 0 4E 18 58 40 2E
Octal 174 301 53 44 0 116 30 130 100 56
Binary 1111100 11000001 101011 100100 0 1001110 11000 1011000 1000000 101110

Color Harmonies of #7CC12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC12B

Black with #7CC12B

Text Example


Text Example

White with #7CC12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,193,43); }

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

background-color css

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

 a { background-color: rgb(124,193,43); }

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

border-color css

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

 span { border-color: rgb(124,193,43); }

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